Searched refs:ino_to_fsbo (Results 1 – 3 of 3) sorted by relevance
172 [ino_to_fsbo(fs, inumber)]; in read_inode()175 [ino_to_fsbo(fs, inumber)]; in read_inode()
377 #define ino_to_fsbo(fs, x) ((x) % INOPB(fs)) macro
549 #define ino_to_fsbo(fs, x) (((ino_t)(x)) % INOPB(fs)) macro