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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.h35 struct buffer_head *io_buffer_head;/* buffer linked list head */ member in struct:xfs_ioend
H A Dxfs_aops.c129 for (bh = ioend->io_buffer_head; bh; bh = next) {
305 ioend->io_buffer_head = NULL;
473 for (bh = ioend->io_buffer_head; bh; bh = bh->b_private) {
484 for (bh = ioend->io_buffer_head; bh; bh = bh->b_private) {
521 bh = ioend->io_buffer_head;
555 ioend->io_buffer_head = bh;

Completed in 102 milliseconds