Home
last modified time | relevance | path

Searched refs:MNT_IOFLAGS_PERIPHERAL_DRIVE (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/bsd/sys/
H A Dmount_internal.h222 #define MNT_IOFLAGS_PERIPHERAL_DRIVE 0x00000040 /* External: Attached directly to the system (US… macro
/xnu-10002.61.3/bsd/vfs/
H A Dkpi_vfs.c1778 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_PERIPHERAL_DRIVE) { in vnode_isonexternalstorage()
H A Dvfs_subr.c4593 mp->mnt_ioflags |= MNT_IOFLAGS_PERIPHERAL_DRIVE; in vfs_init_io_attributes()