Home
last modified time | relevance | path

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

/titanic_41/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(IP) + INODESIZE + QUOTASIZE + \
[all …]
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c654 resv = SIZECG(ip) * 2 + INODESIZE + 1024; in ufs_log_amt()
730 resv += (ncg - 2) * SIZECG(ip); in ufs_log_amt()
760 resv = SIZECG(ip) * 2 + INODESIZE + 1024; in ufs_trans_trunc_resv()