Searched refs:cluster_push_ext (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | ubc.h | 122 int cluster_push_ext(vnode_t, int, int (*)(buf_t, void *), void *);
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_cluster.c | 5792 return cluster_push_ext(vp, flags, NULL, NULL); in cluster_push() 5797 cluster_push_ext(vnode_t vp, int flags, int (*callback)(buf_t, void *), void *callback_arg) in cluster_push_ext() function
|