Searched refs:UFS_NINDIR (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c182 bound = UFS_NINDIR(SUPERBLOCK);
186 bound *= UFS_NINDIR(SUPERBLOCK);
204 bound /= UFS_NINDIR(SUPERBLOCK);
205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
217 bound /= UFS_NINDIR(SUPERBLOCK);
218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
H A Dufs.h216 #define UFS_NINDIR(fs) ((fs)->fs_nindir) /* # of indirects */ macro

Completed in 20 milliseconds