Home
last modified time | relevance | path

Searched refs:ino_to_bgo (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Dext2fs.c144 #define ino_to_bgo(fs, ino) (((ino) - 1) % (fs)->fs_ipg) macro
148 ino_to_bgo(fs, ino) / (fs)->fs_ipb))
149 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb)