Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2006 UFS_GET_ISIZE(&vap->va_size, ip); in ufs_getattr()
6180 UFS_GET_ISIZE(&file_size, ip); in ufs_dump()