Home
last modified time | relevance | path

Searched refs:TOP_SETATTR_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h468 #define TOP_SETATTR_SIZE(IP) (SIZECG(IP) + INODESIZE + QUOTASIZE + \ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1651 trans_size = (int)TOP_SETATTR_SIZE(VTOI(vp)); in ufs_ioctl()
2092 trans_size = (int)TOP_SETATTR_SIZE(ip); in ufs_setattr()