Searched refs:MNT_BYFSID (Results 1 – 6 of 6) sorted by relevance
165 error = unmount(fsid_str, MNT_NONBUSY | MNT_BYFSID); in unmount_by_fsid()
77 flags = MNT_BYFSID; in unmount_by_statfs()
370 #define MNT_BYFSID 0x0000000008000000ULL /* specify filesystem by ID. */ macro373 MNT_BYFSID)
412 if (unmount(fsidbuf, fflag | MNT_BYFSID) != 0) { in umountfs()
1230 if (uap->flags & MNT_BYFSID) { in sys_unmount()1277 return ((uap->flags & MNT_BYFSID) ? ENOENT : EINVAL); in sys_unmount()
3773 MNT_FLAG(MNT_BYFSID); in DB_SHOW_COMMAND()