Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount_internal.h268 #define MNTK_SSD 0x00800000 /* underlying device is of the solid state variety … macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_disk_conditioner.c315 if (mp->mnt_kern_flag & MNTK_SSD) { in disk_conditioner_mount_is_ssd()
H A Dvfs_subr.c4544 mp->mnt_kern_flag |= MNTK_SSD; in vfs_init_io_attributes()
/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c366 if (root_mp && (root_mp->mnt_kern_flag & MNTK_SSD)) { in imageboot_pivot_image()