Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c309 #define MAX_CLUSTER_SIZE(vp) (cluster_max_io_size(vp->v_mount, CL_WRITE)) macro
1678 max_cluster_size = MAX_CLUSTER_SIZE(vp); in cluster_io()
3909 max_cluster_pgcount = MAX_CLUSTER_SIZE(vp) / PAGE_SIZE; in cluster_update_state_internal()
4080 n = vp->v_mount->mnt_minsaturationbytecount / MAX_CLUSTER_SIZE(vp); in cluster_update_state_internal()
6743 max_cluster_pgcount = MAX_CLUSTER_SIZE(vp) / PAGE_SIZE; in cluster_try_push()