Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dautounmountd.c161 error = unmount(fsid_str, MNT_NONBUSY | MNT_BYFSID); in unmount_by_fsid()
H A Dautomount.c73 flags = MNT_BYFSID; in unmount_by_statfs()
/freebsd/sys/sys/
H A Dmount.h458 #define MNT_BYFSID 0x0000000008000000ULL /* specify filesystem by ID. */ macro
465 MNT_BYFSID | MNT_NOCOVER | MNT_EMPTYDIR | \
/freebsd/sbin/umount/
H A Dumount.c412 if (unmount(fsidbuf, fflag | MNT_BYFSID) != 0) { in umountfs()
/freebsd/sys/kern/
H A Dvfs_mount.c1731 if (flags & MNT_BYFSID) { in kern_unmount()
H A Dvfs_subr.c4692 MNT_FLAG(MNT_BYFSID); in DB_SHOW_COMMAND()