Home
last modified time | relevance | path

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

/freebsd/sbin/quotacheck/
H A Dpreen.c86 int ret, pid, retcode, passno, sumstatus, status, nextpass; in checkfstab() local
94 nextpass = 0; in checkfstab()
95 for (passno = 1; nextpass != INT_MAX; passno = nextpass) { in checkfstab()
96 nextpass = INT_MAX; in checkfstab()
102 if (fs->fs_passno > passno && fs->fs_passno < nextpass) in checkfstab()
103 nextpass = fs->fs_passno; in checkfstab()
/freebsd/sbin/fsck/
H A Dpreen.c85 int ret, pid, retcode, passno, sumstatus, status, nextpass; in checkfstab() local
93 nextpass = 0; in checkfstab()
94 for (passno = 1; nextpass != INT_MAX; passno = nextpass) { in checkfstab()
98 nextpass = INT_MAX; in checkfstab()
105 if (fs->fs_passno > passno && fs->fs_passno < nextpass) in checkfstab()
106 nextpass = fs->fs_passno; in checkfstab()