Home
last modified time | relevance | path

Searched refs:disk_conditioner_mount_is_ssd (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_disk_conditioner.h38 boolean_t disk_conditioner_mount_is_ssd(mount_t);
H A Dvfs_disk_conditioner.c310 disk_conditioner_mount_is_ssd(mount_t mp) in disk_conditioner_mount_is_ssd() function
H A Dvfs_cluster.c1323 if (disk_conditioner_mount_is_ssd(vp->v_mount)) { in cluster_io()
2164 …= MAX_PREFETCH(vp, cluster_max_io_size(vp->v_mount, CL_READ), disk_conditioner_mount_is_ssd(vp->v_… in cluster_read_ahead()
3427 if (disk_conditioner_mount_is_ssd(vp->v_mount)) { in cluster_update_state_internal()
4089 max_prefetch = MAX_PREFETCH(vp, max_io_size, disk_conditioner_mount_is_ssd(vp->v_mount)); in cluster_read_copy()
5626 if (disk_conditioner_mount_is_ssd(vp->v_mount)) { in advisory_read_ext()
H A Dvfs_subr.c1234 } else if (disk_conditioner_mount_is_ssd(mp)) { in vfs_mountroot()
/xnu-8020.121.3/bsd/vm/
H A Dvnode_pager.c95 return disk_conditioner_mount_is_ssd(vp->v_mount); in vnode_pager_isSSD()
/xnu-8020.121.3/bsd/miscfs/specfs/
H A Dspec_vnops.c2301 if (disk_conditioner_mount_is_ssd(mp)) { in throttle_info_update_by_mount()
2616 if (disk_conditioner_mount_is_ssd(mp)) { in spec_strategy()