Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h373 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg) macro
375 ((ufs2_daddr_t)(cgimin(fs, ino_to_cg(fs, x)) + \
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h545 #define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg) macro
547 ((ufs2_daddr_t)(cgimin(fs, ino_to_cg(fs, (ino_t)(x))) + \