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

/freebsd-current/usr.bin/quota/
H A Dquota.c481 int nfst, i; local
488 nfst = getmntinfo(&fst, MNT_NOWAIT);
489 if (nfst == 0)
492 for (i = 0; i < nfst; i++) {

Completed in 127 milliseconds