Searched refs:mf (Results 1 - 1 of 1) sorted by relevance
/lxc/hooks/ | ||
H A D | unmount-namespace.c | 101 FILE *mf; local 120 mf = fdopen(fd, "r"); 121 if (!mf) { 128 while ((ent = getmntent(mf))) { 144 endmntent(mf); 152 endmntent(mf); |
Completed in 8 milliseconds