Searched refs:mntfile (Results 1 – 1 of 1) sorted by relevance
365 FILE *mntfile = NULL; in build_pinned_obj_table() local370 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()371 if (!mntfile) in build_pinned_obj_table()374 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()407 fclose(mntfile); in build_pinned_obj_table()420 fclose(mntfile); in build_pinned_obj_table()