Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dext2fs.c148 ino_to_bgo(fs, ino) / (fs)->fs_ipb))
149 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb)
246 #define fs_ipb fs_fc.fc_ipb macro
383 fs->fs_ipb = fs->fs_bsize / fs->fs_isize; in ext2fs_open()