Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dext2fs.c151 ino_to_bgo(fs, ino) / (fs)->fs_ipb))
152 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb)
249 #define fs_ipb fs_fc.fc_ipb macro
386 fs->fs_ipb = fs->fs_bsize / fs->fs_isize; in ext2fs_open()