Searched refs:MNT_REMOVABLE (Results 1 – 4 of 4) sorted by relevance
314 #define MNT_REMOVABLE 0x00000200 macro356 MNT_LOCAL | MNT_QUOTA | MNT_REMOVABLE | \
1170 if ((mp->mnt_flag & MNT_REMOVABLE) && in mount_common()1171 ((flags & MNT_REMOVABLE) == 0)) { in mount_common()1172 flags |= MNT_REMOVABLE; in mount_common()
4505 mp->mnt_flag |= MNT_REMOVABLE; in vfs_init_io_attributes()4692 mp->mnt_flag |= MNT_REMOVABLE; in vfs_init_io_attributes()
6388 … if ((retval == ENOSPC) && (vp->v_mount->mnt_flag & (MNT_LOCAL | MNT_REMOVABLE)) == MNT_LOCAL) { in cluster_push_err()