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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c822 * checking is done and it is assumed that this path was verified with isat.
1645 int isat; local
1658 isat = ino_isat(rrec->jr_parent, rrec->jr_diroff,
1660 if (isat && (mode & IFMT) != (rrec->jr_mode & IFMT))
1665 "diroff %jd, mode %o, isat %d, isdot %d\n",
1670 rrec->jr_mode, isat, isdot);
1674 newlinks += isat;
1676 dotlinks += isat;
1713 int isat; local
1724 isat
[all...]

Completed in 55 milliseconds