Searched refs:dio_complete (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddirect-io.c213 * dio_complete() - called when all DIO BIO I/O has been completed
223 * dio_complete.
225 static int dio_complete(struct dio *dio, loff_t offset, int ret) function
286 int ret = dio_complete(dio, dio->iocb->ki_pos, 0);
443 * dio_complete().
1099 * that case dio_complete() translates the EIOCBQUEUED into the proper
1111 ret = dio_complete(dio, offset, ret);

Completed in 129 milliseconds