Searched refs:sparse_cluster_add (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c173 static void sparse_cluster_add(struct cl_writebehind *, vnode_t vp, struct cl_extent *, off_t EOF, int (*)(buf_t, void *), void *callback_arg);
2806 sparse_cluster_add(wbp, vp, &cl, newEOF, callback, callback_arg);
2983 sparse_cluster_add(wbp, vp, &cl, newEOF, callback, callback_arg);
4888 sparse_cluster_add(wbp, vp, &cl, EOF, callback, callback_arg);
4933 * sparse_cluster_add is called with the write behind lock held
4936 sparse_cluster_add(struct cl_writebehind *wbp, vnode_t vp, struct cl_extent *cl, off_t EOF, int (*callback)(buf_t, void *), void *callback_arg) function

Completed in 39 milliseconds