Home
last modified time | relevance | path

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

/tools/testing/selftests/proc/
Dread.c128 struct statfs sfs; in main() local
135 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()