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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c111 * the final hold on this ioend.
115 xfs_ioend_t *ioend)
117 if (atomic_dec_and_test(&ioend->io_remaining))
118 queue_work(xfsdatad_workqueue, &ioend->io_work);
122 * We're now finished for good with this ioend structure.
125 * up memory. Do not use the ioend after this.
129 xfs_ioend_t *ioend)
133 for (bh = ioend->io_buffer_head; bh; bh = next) {
135 bh->b_end_io(bh, !ioend->io_error);
137 if (unlikely(ioend
114 xfs_finish_ioend( xfs_ioend_t *ioend) argument
128 xfs_destroy_ioend( xfs_ioend_t *ioend) argument
151 xfs_setfilesize( xfs_ioend_t *ioend) argument
189 xfs_ioend_t *ioend = local
203 xfs_ioend_t *ioend = local
220 xfs_ioend_t *ioend = local
240 xfs_ioend_t *ioend = local
257 xfs_ioend_t *ioend; local
324 xfs_ioend_t *ioend = bio->bi_private; local
342 xfs_submit_ioend_bio( xfs_ioend_t *ioend, struct bio *bio) argument
431 xfs_submit_ioend( xfs_ioend_t *ioend) argument
483 xfs_cancel_ioend( xfs_ioend_t *ioend) argument
518 xfs_ioend_t *ioend = *result; local
918 xfs_ioend_t *ioend = NULL, *iohead = NULL; local
1409 xfs_ioend_t *ioend = iocb->private; local
[all...]

Completed in 39 milliseconds