Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dbuffer.c836 tmp = bh->b_this_page; in end_buffer_io_async()
843 tmp = tmp->b_this_page; in end_buffer_io_async()
1217 bh->b_this_page = NULL; in __put_unused_buffer_head()
1258 bh->b_this_page = NULL; in get_unused_buffer_head()
1319 bh->b_this_page = head; in create_buffers()
1342 head = head->b_this_page; in create_buffers()
1436 next = bh->b_this_page; in discard_bh_page()
1480 bh = bh->b_this_page; in create_empty_buffers()
1482 tail->b_this_page = head; in create_empty_buffers()
1565 bh = bh->b_this_page; in __block_write_full_page()
[all …]
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c263 } while ((bh = bh->b_this_page) != head); in xfs_probe_unwritten_page()
301 } while ((bh = bh->b_this_page) != head); in xfs_probe_unmapped_page()
326 } while ((bh = bh->b_this_page) != head); in xfs_probe_unmapped_cluster()
379 } while ((bh = bh->b_this_page) != head); in xfs_probe_delalloc_page()
446 } while ((bh = bh->b_this_page) != head); in xfs_map_unwritten()
614 } while (i++, (bh = bh->b_this_page) != head); in xfs_convert_page()
818 ((bh = bh->b_this_page) != head)); in xfs_page_state_convert()
997 } while ((bh = bh->b_this_page) != head); in xfs_count_page_state()
Dxfs_buf.c1399 for (bp = bh->b_this_page; bp != bh; bp = bp->b_this_page) { in _end_io_pagebuf()
1623 (bh = bh->b_this_page) != head); in _pagebuf_page_io()
/linux-2.4.37.9/fs/reiserfs/
Dtail_conversion.c170 next = bh->b_this_page ; in unmap_buffers()
Dinode.c153 next = bh->b_this_page ; in fix_tail_page_for_writing()
1776 bh = bh->b_this_page ; in grab_tail_page()
2073 bh = bh->b_this_page ; in reiserfs_write_full_page()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c1710 bh = bh->b_this_page; in debug_page()
1777 tmp = tmp->b_this_page; in journal_try_to_free_buffers()
2006 next = bh->b_this_page; in journal_flushpage()
/linux-2.4.37.9/drivers/block/
Drd.c124 tmp = tmp->b_this_page; in ramdisk_updatepage()
/linux-2.4.37.9/drivers/md/
Draid1.c690 mbh->b_this_page = (struct buffer_head *)1; in raid1_make_request()
1237 mbh->b_this_page = (struct buffer_head *)1; in raid1d()
/linux-2.4.37.9/fs/ext3/
Dinode.c997 block_start = block_end, bh = bh->b_this_page) in walk_page_buffers()
1442 bh = bh->b_this_page; in ext3_block_truncate_page()
/linux-2.4.37.9/include/linux/
Dfs.h261 struct buffer_head *b_this_page;/* circular list of buffers in one page */ member