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()
293 while read mntspec mntpath mnttype mntopts on; do294 [ "$mntpath" = "$path" ] || continue
4082 is_v4_mount(char *mntpath) in is_v4_mount() argument4091 if ((mntp = mnttab_find(mntpath)) == NULL) in is_v4_mount()