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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c164 static int cluster_iodone(buf_t bp, void *callback_arg);
588 cluster_iodone(buf_t bp, void *callback_arg) function
895 * so that cluster_iodone sees the transaction as completed
900 error = cluster_iodone(*cbp_head, callback_arg);
1462 if (buf_setcallback(cbp, (void *)cluster_iodone, callback_arg))

Completed in 27 milliseconds