Home
last modified time | relevance | path

Searched defs:UFS_GET_ISIZE (Results 1 – 1 of 1) 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