Searched defs:SIZECG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h432 #define SIZECG(IP) ((IP)->i_fs->fs_cgsize + HEADERSIZE) macro
444 (ACLSIZE(IP) + SIZECG(IP) + DIRSIZE(IP) + INODESIZE)
446 DIRSIZE(IP) + SIZECG(IP) + INODESIZE + SIZESB
450 DIRSIZE(IP) + DIRSIZE(IP) + SIZECG(IP)
453 SIZECG(IP) + ACLSIZE(IP)
455 DIRSIZE((IP)) + INODESIZE + INODESIZE + SIZECG(IP)
457 ALLOCSIZE + ALLOCSIZE + ALLOCSIZE + INODESIZE + SIZECG(IP)
464 #define TOP_IUPDAT_SIZE(IP) INODESIZE + SIZECG(IP)
467 #define TOP_PUTPAGE_SIZE(IP) (INODESIZE + SIZECG(IP))
468 #define TOP_SETATTR_SIZE(IP) (SIZECG(I
[all...]

Completed in 47 milliseconds