Searched refs:INOPB (Results 1 – 2 of 2) sorted by relevance
370 #define itoo(fs, x) ((x) % INOPB(fs))374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))451 #define INOPB(fs) ((fs)->fs_inopb) macro
376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))377 #define ino_to_fsbo(fs, x) ((x) % INOPB(fs))423 #define INOPB(fs) ((fs)->fs_inopb) macro