Home
last modified time | relevance | path

Searched refs:mntfile (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/bpf/bpftool/
Dcommon.c515 FILE *mntfile = NULL; in build_pinned_obj_table() local
520 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()
521 if (!mntfile) in build_pinned_obj_table()
527 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()
536 fclose(mntfile); in build_pinned_obj_table()