Home
last modified time | relevance | path

Searched defs:ino_to_fsbo (Results 1 – 2 of 2) sorted by relevance

/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