Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c225 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int…
229 … sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, int push_flag,
237 static kern_return_t vfs_get_scmap_push_behavior_internal(void **cmapp, int *push_flag);
5968 cluster_try_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int io_flags, in… in cluster_try_push() argument
6023 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()
6077 if (push_flag & PUSH_SYNC) { in cluster_try_push()
6095 if (!(push_flag & PUSH_ALL)) { in cluster_try_push()
6412 sparse_cluster_push(struct cl_writebehind *wbp, void **scmap, vnode_t vp, off_t EOF, int push_flag, in sparse_cluster_push() argument
6421 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 79)) | DBG_FUNC_START, kdebug_vnode(vp), (*scmap), 0, push_flag in sparse_cluster_push()
6423 if (push_flag & PUSH_ALL) { in sparse_cluster_push()
[all …]