Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dubc_internal.h64 #define MAX_CLUSTERS CONFIG_MAX_CLUSTERS macro
95 struct cl_wextent cl_clusters[MAX_CLUSTERS]; /* packed write behind clusters */
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c1340 scale += MAX_CLUSTERS; in cluster_io()
3412 wbp->cl_number == MAX_CLUSTERS && in cluster_update_state_internal()
3413 wbp->cl_seq_written >= (MAX_CLUSTERS * (max_cluster_pgcount * PAGE_SIZE))) { in cluster_update_state_internal()
3419 if (n > MAX_CLUSTERS) { in cluster_update_state_internal()
3420 n = MAX_CLUSTERS; in cluster_update_state_internal()
3437 if (wbp->cl_number < MAX_CLUSTERS) { in cluster_update_state_internal()
5975 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push()
5989 return MAX_CLUSTERS; in cluster_try_push()
6023 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()
6046 for (i = 0; i < MAX_CLUSTERS - 1; i++) { in cluster_try_push()
[all …]