Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c190 static int cluster_iodone(buf_t bp, void *callback_arg);
1126 cluster_iodone(buf_t bp, void *callback_arg) in cluster_iodone() function
1420 error = cluster_iodone(cbp, callback_arg); in cluster_complete_transaction()
2193 if (buf_setcallback(cbp, (void *)cluster_iodone, callback_arg)) { in cluster_io()