Symbol: INODESIZE
usr/src/uts/common/fs/ufs/ufs_trans.c
654
resv = SIZECG(ip) * 2 + INODESIZE + 1024;
usr/src/uts/common/fs/ufs/ufs_trans.c
760
resv = SIZECG(ip) * 2 + INODESIZE + 1024;
usr/src/uts/common/fs/ufs/ufs_vfsops.c
957
ufsvfsp->vfs_dirsize = INODESIZE + (4 * ALLOCSIZE) + fsp->fs_fsize;
usr/src/uts/common/sys/fs/ufs_trans.h
435
INODESIZE)
usr/src/uts/common/sys/fs/ufs_trans.h
437
#define DIRSIZE(IP) (INODESIZE + (4 * ALLOCSIZE) + \
usr/src/uts/common/sys/fs/ufs_trans.h
444
(ACLSIZE(IP) + SIZECG(IP) + DIRSIZE(IP) + INODESIZE)
usr/src/uts/common/sys/fs/ufs_trans.h
446
DIRSIZE(IP) + SIZECG(IP) + INODESIZE + SIZESB
usr/src/uts/common/sys/fs/ufs_trans.h
448
DIRSIZE(IP) + INODESIZE
usr/src/uts/common/sys/fs/ufs_trans.h
452
DIRSIZE(IP) + INODESIZE + DIRSIZE(IP) + INODESIZE + FRAGSIZE(IP) + \
usr/src/uts/common/sys/fs/ufs_trans.h
455
DIRSIZE((IP)) + INODESIZE + INODESIZE + SIZECG(IP)
usr/src/uts/common/sys/fs/ufs_trans.h
457
ALLOCSIZE + ALLOCSIZE + ALLOCSIZE + INODESIZE + SIZECG(IP)
usr/src/uts/common/sys/fs/ufs_trans.h
458
#define TOP_SYNCIP_SIZE INODESIZE
usr/src/uts/common/sys/fs/ufs_trans.h
459
#define TOP_READ_SIZE INODESIZE
usr/src/uts/common/sys/fs/ufs_trans.h
460
#define TOP_RMDIR_SIZE (SIZESB + (INODESIZE * 2) + SIZEDIR)
usr/src/uts/common/sys/fs/ufs_trans.h
464
#define TOP_IUPDAT_SIZE(IP) INODESIZE + SIZECG(IP)
usr/src/uts/common/sys/fs/ufs_trans.h
467
#define TOP_PUTPAGE_SIZE(IP) (INODESIZE + SIZECG(IP))
usr/src/uts/common/sys/fs/ufs_trans.h
468
#define TOP_SETATTR_SIZE(IP) (SIZECG(IP) + INODESIZE + QUOTASIZE + \
usr/src/uts/common/sys/fs/ufs_trans.h
470
#define TOP_IFREE_SIZE(IP) (SIZECG(IP) + INODESIZE + QUOTASIZE)