Home
last modified time | relevance | path

Searched refs:MNT_REMOVABLE (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmount.h314 #define MNT_REMOVABLE 0x00000200 macro
356 MNT_LOCAL | MNT_QUOTA | MNT_REMOVABLE | \
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c1170 if ((mp->mnt_flag & MNT_REMOVABLE) && in mount_common()
1171 ((flags & MNT_REMOVABLE) == 0)) { in mount_common()
1172 flags |= MNT_REMOVABLE; in mount_common()
H A Dvfs_subr.c4505 mp->mnt_flag |= MNT_REMOVABLE; in vfs_init_io_attributes()
4692 mp->mnt_flag |= MNT_REMOVABLE; in vfs_init_io_attributes()
H A Dvfs_cluster.c6388 … if ((retval == ENOSPC) && (vp->v_mount->mnt_flag & (MNT_LOCAL | MNT_REMOVABLE)) == MNT_LOCAL) { in cluster_push_err()