Lines Matching refs:IP
432 #define SIZECG(IP) ((IP)->i_fs->fs_cgsize + HEADERSIZE) argument
433 #define FRAGSIZE(IP) ((IP)->i_fs->fs_fsize + HEADERSIZE) argument
434 #define ACLSIZE(IP) (((IP)->i_ufsvfs->vfs_maxacl + HEADERSIZE) + \ argument
437 #define DIRSIZE(IP) (INODESIZE + (4 * ALLOCSIZE) + \ argument
438 (IP)->i_fs->fs_fsize + HEADERSIZE)
443 #define TOP_CREATE_SIZE(IP) \ argument
444 (ACLSIZE(IP) + SIZECG(IP) + DIRSIZE(IP) + INODESIZE)
445 #define TOP_REMOVE_SIZE(IP) \ argument
446 DIRSIZE(IP) + SIZECG(IP) + INODESIZE + SIZESB
447 #define TOP_LINK_SIZE(IP) \ argument
448 DIRSIZE(IP) + INODESIZE
449 #define TOP_RENAME_SIZE(IP) \ argument
450 DIRSIZE(IP) + DIRSIZE(IP) + SIZECG(IP)
451 #define TOP_MKDIR_SIZE(IP) \ argument
452 DIRSIZE(IP) + INODESIZE + DIRSIZE(IP) + INODESIZE + FRAGSIZE(IP) + \
453 SIZECG(IP) + ACLSIZE(IP)
454 #define TOP_SYMLINK_SIZE(IP) \ argument
455 DIRSIZE((IP)) + INODESIZE + INODESIZE + SIZECG(IP)
456 #define TOP_GETPAGE_SIZE(IP) \ argument
457 ALLOCSIZE + ALLOCSIZE + ALLOCSIZE + INODESIZE + SIZECG(IP)
463 #define TOP_SETSECATTR_SIZE(IP) (MAXACLSIZE) argument
464 #define TOP_IUPDAT_SIZE(IP) INODESIZE + SIZECG(IP) argument
467 #define TOP_PUTPAGE_SIZE(IP) (INODESIZE + SIZECG(IP)) argument
468 #define TOP_SETATTR_SIZE(IP) (SIZECG(IP) + INODESIZE + QUOTASIZE + \ argument
469 ACLSIZE(IP))
470 #define TOP_IFREE_SIZE(IP) (SIZECG(IP) + INODESIZE + QUOTASIZE) argument