Home
last modified time | relevance | path

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

/src/tools/diag/prtblknos/
H A Dmain.c45 struct statfs sfb; in main() local
56 if (statfs(filename, &sfb) != 0) in main()
59 xargv[1] = sfb.f_mntfromname; in main()
/src/usr.sbin/lpr/lpd/
H A Drecvjob.c385 struct statfs sfb; in chksize() local
388 if (statfs(".", &sfb) < 0) { in chksize()
393 if (ckd_mul(&avail, sfb.f_bavail, (sfb.f_bsize / 512))) in chksize()
/src/usr.bin/quota/
H A Dquota.c485 struct statfs sfb; in getprivs() local
489 if (filename != NULL && statfs(filename, &sfb) != 0) in getprivs()
506 strcmp(sfb.f_mntonname, fst[i].f_mntonname) != 0) in getprivs()
/src/lib/libutil/
H A Dquotafile.c70 struct statfs sfb; in hasquota() local
99 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()
100 strcmp(fs->fs_file, sfb.f_mntonname)) { in hasquota()