Searched defs:ino_to_fsbo (Results 1 – 3 of 3) sorted by relevance
125 #define ino_to_fsbo(fs, x) (((x) - 1) % (fs)->mfs_inodes_per_block) macro
531 #define ino_to_fsbo(fs, x) (((x) - 1) % (fs)->e2fs_ipb) macro
654 #define ino_to_fsbo(fs, x) (((ino_t)(x)) % FFS_INOPB(fs)) macro