Home
last modified time | relevance | path

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

/openbsd/src/sbin/fsck_ffs/
Dutilities.c127 int iloff; in inoinfo() local
133 iloff = inum % sblock.fs_ipg; in inoinfo()
134 if (iloff >= ilp->il_numalloced) in inoinfo()
136 return (&ilp->il_stat[iloff]); in inoinfo()