Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/ !
H A Dubc.h128 int cluster_bp_ext(buf_t, int (*)(buf_t, void *), void *);
/xnu-11215.81.4/bsd/vfs/ !
H A Dvfs_cluster.c2716 return cluster_bp_ext(bp, NULL, NULL); in cluster_bp()
2721 cluster_bp_ext(buf_t bp, int (*callback)(buf_t, void *), void *callback_arg) in cluster_bp_ext() function