Home
last modified time | relevance | path

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

/dflybsd-src/stand/lib/
H A Dext2fs.c140 #define ino_to_bgo(fs, ino) (((ino) - 1) % (fs)->fs_ipg) macro
144 ino_to_bgo(fs, ino) / (fs)->fs_ipb))
145 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb)