Searched refs:MNT_BYFSID (Results 1 – 3 of 3) sorted by relevance
432 #define MNT_BYFSID 0x0000000008000000ULL /* specify filesystem by ID. */ macro437 MNT_BYFSID | MNT_NOCOVER | MNT_EMPTYDIR)
1417 if (flags & MNT_BYFSID) { in kern_unmount()1464 return ((flags & MNT_BYFSID) ? ENOENT : EINVAL); in kern_unmount()
4319 MNT_FLAG(MNT_BYFSID); in DB_SHOW_COMMAND()