Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_disk_conditioner.c315 if (mp->mnt_kern_flag & MNTK_SSD) { in disk_conditioner_mount_is_ssd()
H A Dkpi_vfs.c1767 if (vp->v_mount->mnt_kern_flag & MNTK_SSD) { in vnode_isonssd()
H A Dvfs_subr.c4303 mp->mnt_kern_flag |= MNTK_SSD; in vfs_init_io_attributes()
/xnu-8796.141.3/bsd/sys/
H A Dmount_internal.h267 #define MNTK_SSD 0x00800000 /* underlying device is of the solid state variety … macro
/xnu-8796.141.3/bsd/kern/
H A Dimageboot.c346 if (root_mp && (root_mp->mnt_kern_flag & MNTK_SSD)) { in imageboot_pivot_image()