Searched refs:sfs (Results 1 – 1 of 1) sorted by relevance
128 struct statfs sfs; in main() local135 if (fstatfs(dirfd(d), &sfs) == -1) { in main()138 if (sfs.f_type != 0x9fa0) { in main()139 fprintf(stderr, "error: unexpected f_type %lx\n", (long)sfs.f_type); in main()