Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/autofs/
Dautounmountd.c165 error = unmount(fsid_str, MNT_NONBUSY | MNT_BYFSID); in unmount_by_fsid()
Dautomount.c77 flags = MNT_BYFSID; in unmount_by_statfs()
/freebsd-12-stable/sys/sys/
Dmount.h370 #define MNT_BYFSID 0x0000000008000000ULL /* specify filesystem by ID. */ macro
373 MNT_BYFSID)
/freebsd-12-stable/sbin/umount/
Dumount.c412 if (unmount(fsidbuf, fflag | MNT_BYFSID) != 0) { in umountfs()
/freebsd-12-stable/sys/kern/
Dvfs_mount.c1230 if (uap->flags & MNT_BYFSID) { in sys_unmount()
1277 return ((uap->flags & MNT_BYFSID) ? ENOENT : EINVAL); in sys_unmount()
Dvfs_subr.c3773 MNT_FLAG(MNT_BYFSID); in DB_SHOW_COMMAND()