Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dubc.h125 int cluster_push_err(vnode_t, int, int (*)(buf_t, void *), void *, int *);
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c5837 return cluster_push_err(vp, flags, callback, callback_arg, NULL); in cluster_push_ext()
5844 cluster_push_err(vnode_t vp, int flags, int (*callback)(buf_t, void *), void *callback_arg, int *er… in cluster_push_err() function