Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c191 static int cluster_iodone(buf_t bp, void *callback_arg);
1028 cluster_iodone(buf_t bp, void *callback_arg) in cluster_iodone() function
1493 error = cluster_iodone(cbp, callback_arg); in cluster_complete_transaction()
2281 if (buf_setcallback(cbp, (void *)cluster_iodone, callback_arg)) { in cluster_io()