Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_cluster.c234 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t…
4132 sparse_cluster_switch(wbp, vp, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal()
6884 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6905 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
7134 sparse_cluster_switch(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int (*callback)(buf_t, voi… in sparse_cluster_switch() function