Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dquotafile.c72 struct statfs sfb; in hasquota() local
101 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()
102 strcmp(fs->fs_file, sfb.f_mntonname)) { in hasquota()