Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c305 #define MAX_CLUSTER_SIZE(vp) (cluster_max_io_size(vp->v_mount, CL_WRITE)) macro
1604 max_cluster_size = MAX_CLUSTER_SIZE(vp); in cluster_io()
3607 max_cluster_pgcount = MAX_CLUSTER_SIZE(vp) / PAGE_SIZE; in cluster_update_state_internal()
3778 n = vp->v_mount->mnt_minsaturationbytecount / MAX_CLUSTER_SIZE(vp); in cluster_update_state_internal()
6403 max_cluster_pgcount = MAX_CLUSTER_SIZE(vp) / PAGE_SIZE; in cluster_try_push()