Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c6440 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()
6494 if (push_flag & PUSH_SYNC) { in cluster_try_push()
6512 if (!(push_flag & PUSH_ALL)) { in cluster_try_push()
6840 if (push_flag & PUSH_ALL) { in sparse_cluster_push()
6886 if (!(push_flag & PUSH_ALL)) { in sparse_cluster_push()
6907 int push_flag = 0; /* Is this a valid value? */ in sparse_cluster_add() local
6921 if (vfs_get_scmap_push_behavior_internal(scmap, &push_flag)) { in sparse_cluster_add()
6922 push_flag = 0; in sparse_cluster_add()
8060 vfs_get_scmap_push_behavior_internal(void **cmapp, int *push_flag) in vfs_get_scmap_push_behavior_internal() argument
8065 if ((cmapp == NULL) || (*cmapp == NULL) || (push_flag == NULL)) { in vfs_get_scmap_push_behavior_internal()
[all …]