Home
last modified time | relevance | path

Searched refs:TOP_REMOVE_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c309 trans_size = (int)TOP_REMOVE_SIZE(ip)); in ufs_delete()
1230 trans_size = (int)TOP_REMOVE_SIZE(tp)); in ufs_attr_purge()
H A Dufs_vnops.c3122 trans_size = (int)TOP_REMOVE_SIZE(VTOI(vp))); in ufs_remove()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h445 #define TOP_REMOVE_SIZE(IP) \ macro