Searched refs:mntfile (Results 1 – 1 of 1) sorted by relevance
597 FILE *mntfile = NULL; in build_pinned_obj_table() local 602 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table() 603 if (!mntfile) in build_pinned_obj_table() 609 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table() 618 fclose(mntfile); in build_pinned_obj_table()