Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dufs.c172 [ino_to_fsbo(fs, inumber)]; in read_inode()
175 [ino_to_fsbo(fs, inumber)]; in read_inode()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h377 #define ino_to_fsbo(fs, x) ((x) % INOPB(fs)) macro
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h549 #define ino_to_fsbo(fs, x) (((ino_t)(x)) % INOPB(fs)) macro