Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c228 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t…
3495 sparse_cluster_switch(wbp, vp, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal()
6175 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6196 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6425 sparse_cluster_switch(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int (*callback)(buf_t, voi… in sparse_cluster_switch() function