Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c1629 scale += MAX_CLUSTERS; in cluster_io()
3856 wbp->cl_number == MAX_CLUSTERS && in cluster_update_state_internal()
3857 wbp->cl_seq_written >= (MAX_CLUSTERS * (max_cluster_pgcount * PAGE_SIZE))) { in cluster_update_state_internal()
3863 if (n > MAX_CLUSTERS) { in cluster_update_state_internal()
3864 n = MAX_CLUSTERS; in cluster_update_state_internal()
3881 if (wbp->cl_number < MAX_CLUSTERS) { in cluster_update_state_internal()
6482 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push()
6496 return MAX_CLUSTERS; in cluster_try_push()
6530 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()
6553 for (i = 0; i < MAX_CLUSTERS - 1; i++) { in cluster_try_push()
[all …]