Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c230 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t…
3578 sparse_cluster_switch(wbp, vp, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal()
6262 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6283 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6512 sparse_cluster_switch(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int (*callback)(buf_t, voi… in sparse_cluster_switch() function