Home
last modified time | relevance | path

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

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