Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dubc_internal.h68 #define MAX_CLUSTERS CONFIG_MAX_CLUSTERS macro
99 struct cl_wextent cl_clusters[MAX_CLUSTERS]; /* packed write behind clusters */
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c1616 scale += MAX_CLUSTERS; in cluster_io()
3766 wbp->cl_number == MAX_CLUSTERS && in cluster_update_state_internal()
3767 wbp->cl_seq_written >= (MAX_CLUSTERS * (max_cluster_pgcount * PAGE_SIZE))) { in cluster_update_state_internal()
3773 if (n > MAX_CLUSTERS) { in cluster_update_state_internal()
3774 n = MAX_CLUSTERS; in cluster_update_state_internal()
3791 if (wbp->cl_number < MAX_CLUSTERS) { in cluster_update_state_internal()
6392 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push()
6406 return MAX_CLUSTERS; in cluster_try_push()
6440 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()
6463 for (i = 0; i < MAX_CLUSTERS - 1; i++) { in cluster_try_push()
[all …]