Searched refs:mntpath (Results 1 – 3 of 3) sorted by relevance
265 char mntpath[PATH_MAX + 1]; in main() local318 if (do_realpath(argv[optind++], mntpath) == NULL) in main()320 mountpt = mntpath; in main()
292 while read mntspec mntpath mnttype mntopts on; do293 [ "$mntpath" = "$path" ] || continue
4048 is_v4_mount(char *mntpath) in is_v4_mount() argument4057 if ((mntp = mnttab_find(mntpath)) == NULL) in is_v4_mount()