Searched refs:sfb (Results 1 – 1 of 1) sorted by relevance
72 struct statfs sfb; in hasquota() local101 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()102 strcmp(fs->fs_file, sfb.f_mntonname)) { in hasquota()