Searched refs:UFS_GET_ISIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h544 #define UFS_GET_ISIZE(resultp, ip) *(resultp) = (ip)->i_size macro
549 #define UFS_GET_ISIZE(resultp, ip) \ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2006 UFS_GET_ISIZE(&vap->va_size, ip);
6193 UFS_GET_ISIZE(&file_size, ip);

Completed in 118 milliseconds