Searched refs:sfb (Results 1 – 4 of 4) sorted by relevance
45 struct statfs sfb; in main() local56 if (statfs(filename, &sfb) != 0) in main()59 xargv[1] = sfb.f_mntfromname; in main()
385 struct statfs sfb; in chksize() local388 if (statfs(".", &sfb) < 0) { in chksize()393 if (ckd_mul(&avail, sfb.f_bavail, (sfb.f_bsize / 512))) in chksize()
485 struct statfs sfb; in getprivs() local489 if (filename != NULL && statfs(filename, &sfb) != 0) in getprivs()506 strcmp(sfb.f_mntonname, fst[i].f_mntonname) != 0) in getprivs()
70 struct statfs sfb; in hasquota() local99 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()100 strcmp(fs->fs_file, sfb.f_mntonname)) { in hasquota()