Searched refs:mntfile (Results 1 – 1 of 1) sorted by relevance
369 FILE *mntfile = NULL; in build_pinned_obj_table() local374 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()375 if (!mntfile) in build_pinned_obj_table()378 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()411 fclose(mntfile); in build_pinned_obj_table()424 fclose(mntfile); in build_pinned_obj_table()