Searched refs:INODESIZE (Results 1 – 3 of 3) sorted by relevance
426 #define INODESIZE (sizeof (struct dinode) + HEADERSIZE) macro435 INODESIZE)437 #define DIRSIZE(IP) (INODESIZE + (4 * ALLOCSIZE) + \444 (ACLSIZE(IP) + SIZECG(IP) + DIRSIZE(IP) + INODESIZE)446 DIRSIZE(IP) + SIZECG(IP) + INODESIZE + SIZESB448 DIRSIZE(IP) + INODESIZE452 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 …]
654 resv = SIZECG(ip) * 2 + INODESIZE + 1024; in ufs_log_amt()760 resv = SIZECG(ip) * 2 + INODESIZE + 1024; in ufs_trans_trunc_resv()
954 ufsvfsp->vfs_dirsize = INODESIZE + (4 * ALLOCSIZE) + fsp->fs_fsize; in mountfs()