Searched refs:mntfile (Results 1 – 1 of 1) sorted by relevance
448 FILE *mntfile = NULL; in build_pinned_obj_table() local453 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()454 if (!mntfile) in build_pinned_obj_table()460 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()469 fclose(mntfile); in build_pinned_obj_table()