Searched refs:f_mountinfo (Results 1 – 1 of 1) sorted by relevance
110 static FILE *f_mountinfo; variable146 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()