Searched refs:sfb (Results 1 – 4 of 4) sorted by relevance
50 struct statfs sfb; in main() local61 if (statfs(filename, &sfb) != 0) in main()64 xargv[1] = sfb.f_mntfromname; in main()
317 struct statfs sfb; in chksize() local319 if (statfs(".", &sfb) < 0) { in chksize()323 spacefree = sfb.f_bavail * (sfb.f_bsize / 512); in chksize()
482 struct statfs sfb; in getprivs() local486 if (filename != NULL && statfs(filename, &sfb) != 0) in getprivs()503 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()