Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c305 #define MAX_CLUSTER_SIZE(vp) (cluster_max_io_size(vp->v_mount, CL_WRITE)) macro
1597 max_cluster_size = MAX_CLUSTER_SIZE(vp); in cluster_io()
3600 max_cluster_pgcount = MAX_CLUSTER_SIZE(vp) / PAGE_SIZE; in cluster_update_state_internal()
3771 n = vp->v_mount->mnt_minsaturationbytecount / MAX_CLUSTER_SIZE(vp); in cluster_update_state_internal()
6396 max_cluster_pgcount = MAX_CLUSTER_SIZE(vp) / PAGE_SIZE; in cluster_try_push()