Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c189 static int cluster_iodone(buf_t bp, void *callback_arg);
746 cluster_iodone(buf_t bp, void *callback_arg) in cluster_iodone() function
1184 error = cluster_iodone(cbp, callback_arg); in cluster_complete_transaction()
1876 if (buf_setcallback(cbp, (void *)cluster_iodone, callback_arg)) { in cluster_io()