Searched refs:b_this_page (Results 1 – 10 of 10) sorted by relevance
836 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 …]
263 } 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()
1399 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()
170 next = bh->b_this_page ; in unmap_buffers()
153 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()
1710 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()
124 tmp = tmp->b_this_page; in ramdisk_updatepage()
690 mbh->b_this_page = (struct buffer_head *)1; in raid1_make_request()1237 mbh->b_this_page = (struct buffer_head *)1; in raid1d()
997 block_start = block_end, bh = bh->b_this_page) in walk_page_buffers()1442 bh = bh->b_this_page; in ext3_block_truncate_page()
261 struct buffer_head *b_this_page;/* circular list of buffers in one page */ member