Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c110 static FILE *f_mountinfo; variable
146 f_mountinfo = fopen("/proc/self/mountinfo", "re"); in setup_namespace()
147 if (!f_mountinfo) in setup_namespace()
467 while (getline(&line, &len, f_mountinfo) != -1) { in test_statmount_mnt_opts()