Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dmount_internal.h218 #define MNT_IOFLAGS_IOSCHED_SUPPORTED 0x00000004 macro
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c2634 if (!(mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) { in spec_strategy()
2654 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_subr.c4732 mp->mnt_ioflags |= MNT_IOFLAGS_IOSCHED_SUPPORTED; in vfs_init_io_attributes()
7063 if (param->vnfs_mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED) { in vnode_create_internal()