Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dext2fs.c145 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb) macro
575 fp->f_di = dp[ino_to_bo(fs, inumber)]; in read_inode()