Home
last modified time | relevance | path

Searched refs:INODESIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_trans.h426 #define INODESIZE (sizeof (struct dinode) + HEADERSIZE) macro
435 INODESIZE)
437 #define DIRSIZE(IP) (INODESIZE + (4 * ALLOCSIZE) + \
444 (ACLSIZE(IP) + SIZECG(IP) + DIRSIZE(IP) + INODESIZE)
446 DIRSIZE(IP) + SIZECG(IP) + INODESIZE + SIZESB
448 DIRSIZE(IP) + INODESIZE
452 DIRSIZE(IP) + INODESIZE + DIRSIZE(IP) + INODESIZE + FRAGSIZE(IP) + \
455 DIRSIZE((IP)) + INODESIZE + INODESIZE + SIZECG(IP)
457 ALLOCSIZE + ALLOCSIZE + ALLOCSIZE + INODESIZE + SIZECG(IP)
458 #define TOP_SYNCIP_SIZE INODESIZE
[all …]
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c654 resv = SIZECG(ip) * 2 + INODESIZE + 1024; in ufs_log_amt()
760 resv = SIZECG(ip) * 2 + INODESIZE + 1024; in ufs_trans_trunc_resv()
H A Dufs_vfsops.c954 ufsvfsp->vfs_dirsize = INODESIZE + (4 * ALLOCSIZE) + fsp->fs_fsize; in mountfs()