Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_aops.h47 struct buffer_head *io_buffer_head;/* buffer linked list head */ member
Dxfs_aops.c83 for (bh = ioend->io_buffer_head; bh; bh = next) { in xfs_destroy_ioend()
264 ioend->io_buffer_head = NULL; in xfs_alloc_ioend()
480 for (bh = ioend->io_buffer_head; bh; bh = bh->b_private) in xfs_submit_ioend()
502 for (bh = ioend->io_buffer_head; bh; bh = bh->b_private) { in xfs_submit_ioend()
539 bh = ioend->io_buffer_head; in xfs_cancel_ioend()
579 ioend->io_buffer_head = bh; in xfs_add_to_ioend()