/linux-4.1.27/fs/nilfs2/ |
D | page.c | 133 while ((bh = bh->b_this_page) != dbh) { in nilfs_copy_buffer() 163 bh = bh->b_this_page; in nilfs_page_buffers_clean() 196 bh = bh->b_this_page; in nilfs_page_bug() 232 sbh = sbh->b_this_page; in nilfs_copy_page() 233 dbh = dbh->b_this_page; in nilfs_copy_page() 250 sbh = sbh->b_this_page; in nilfs_copy_page() 251 dbh = dbh->b_this_page; in nilfs_copy_page() 437 } while (bh = bh->b_this_page, bh != head); in nilfs_clear_dirty_page() 452 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers() 560 } while (++b, bh = bh->b_this_page, bh != head); in nilfs_find_uncommitted_extent()
|
D | page.h | 75 bh = bh->b_this_page; in nilfs_page_get_nth_block()
|
D | file.c | 94 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
|
D | bmap.c | 463 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
|
D | inode.c | 247 } while (bh = bh->b_this_page, bh != head); in nilfs_set_page_dirty()
|
D | segment.c | 676 } while (bh = bh->b_this_page, bh != head); in nilfs_lookup_dirty_data_buffers() 706 bh = bh->b_this_page; in nilfs_lookup_dirty_node_buffers()
|
D | btree.c | 2163 } while ((bh = bh->b_this_page) != head); in nilfs_btree_lookup_dirty_buffers()
|
/linux-4.1.27/fs/ |
D | buffer.c | 107 bh = bh->b_this_page; in buffer_check_dirty_writeback() 227 bh = bh->b_this_page; in __find_get_block_slow() 316 tmp = tmp->b_this_page; in end_buffer_async_read() 366 tmp = bh->b_this_page; in end_buffer_async_write() 372 tmp = tmp->b_this_page; in end_buffer_async_write() 683 bh = bh->b_this_page; in __set_page_dirty_buffers() 869 bh->b_this_page = head; in alloc_page_buffers() 886 head = head->b_this_page; in alloc_page_buffers() 919 bh = bh->b_this_page; in link_dev_buffers() 921 tail->b_this_page = head; in link_dev_buffers() [all …]
|
D | mpage.c | 125 page_bh = page_bh->b_this_page; in map_buffer_to_page() 450 bh = bh->b_this_page; in clean_buffers() 522 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 124 tmp = tmp->b_this_page; in ntfs_end_buffer_async_read() 344 } while (i++, iblock++, (bh = bh->b_this_page) != head); in ntfs_read_block() 812 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_block() 830 } while ((bh = bh->b_this_page) != head); in ntfs_write_block() 852 } while ((bh = bh->b_this_page) != head); in ntfs_write_block() 878 struct buffer_head *next = bh->b_this_page; in ntfs_write_block() 1102 b_this_page) != in ntfs_write_mst_block() 1112 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_mst_block() 1749 bh = bh->b_this_page; in mark_ntfs_record_dirty() 1751 tail->b_this_page = head; in mark_ntfs_record_dirty() [all …]
|
D | file.c | 1188 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1235 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1368 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1438 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_commit_pages_after_non_resident_write()
|
D | mft.c | 513 bh = bh->b_this_page; in ntfs_sync_mft_mirror() 515 tail->b_this_page = head; in ntfs_sync_mft_mirror() 581 } while (block_start = block_end, (bh = bh->b_this_page) != head); in ntfs_sync_mft_mirror() 764 } while (block_start = block_end, (bh = bh->b_this_page) != head); in write_mft_record_nolock()
|
D | attrib.c | 2577 } while ((bh = bh->b_this_page) != head); in ntfs_attr_set()
|
/linux-4.1.27/fs/gfs2/ |
D | meta_io.c | 70 } while ((bh = bh->b_this_page) != head); in gfs2_aspace_writepage() 80 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_writepage() 149 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getbuf()
|
D | aops.c | 50 bh = bh->b_this_page, start = end) { in gfs2_page_add_databufs() 1009 bh = bh->b_this_page; in gfs2_invalidatepage() 1137 bh = bh->b_this_page; in gfs2_releasepage() 1153 bh = bh->b_this_page; in gfs2_releasepage()
|
D | lops.c | 182 bh = bh->b_this_page; in gfs2_end_log_write_bh() 187 next = bh->b_this_page; in gfs2_end_log_write_bh()
|
D | bmap.c | 957 bh = bh->b_this_page; in gfs2_block_truncate_page()
|
D | quota.c | 732 bh = bh->b_this_page; in gfs2_adjust_quota()
|
/linux-4.1.27/fs/ext4/ |
D | page-io.c | 112 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio() 483 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page() 513 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page() 524 bh = bh->b_this_page; in ext4_bio_write_page()
|
D | move_extent.c | 200 block++, block_start = block_end, bh = bh->b_this_page) { in mext_page_mkuptodate() 391 bh = bh->b_this_page; in move_extent_per_page() 396 bh = bh->b_this_page; in move_extent_per_page()
|
D | file.c | 429 bh = bh->b_this_page; in ext4_find_unwritten_pgoff()
|
D | inode.c | 846 next = bh->b_this_page; in ext4_walk_page_buffers() 939 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin() 1398 } while ((bh = bh->b_this_page) != head); in ext4_da_page_release_reservation() 2010 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs() 2094 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_map_and_submit_buffers() 2765 bh = bh->b_this_page; in ext4_da_should_update_i_disksize() 3390 bh = bh->b_this_page; in __ext4_block_zero_page_range()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 55 } while ((bh = bh->b_this_page) != head); in xfs_count_page_state() 671 } while ((bh = bh->b_this_page) != head); in xfs_check_page_type() 799 } while (offset += len, (bh = bh->b_this_page) != head); in xfs_convert_page() 921 } while ((bh = bh->b_this_page) != head); in xfs_aops_discard_page() 1133 } while (offset += len, ((bh = bh->b_this_page) != head)); in xfs_vm_writepage() 1697 bh = bh->b_this_page, block_start = block_end, in xfs_vm_write_failed() 1892 bh = bh->b_this_page; in xfs_vm_set_page_dirty()
|
D | xfs_file.c | 1128 } while ((bh = bh->b_this_page) != head); in xfs_lookup_buffer_offset()
|
/linux-4.1.27/mm/ |
D | migrate.c | 262 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 283 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 288 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 620 bh = bh->b_this_page; in buffer_migrate_page() 632 bh = bh->b_this_page; in buffer_migrate_page()
|
/linux-4.1.27/fs/reiserfs/ |
D | inode.c | 200 next = bh->b_this_page; in fix_tail_page_for_writing() 2229 bh = bh->b_this_page; in grab_tail_page() 2600 bh = bh->b_this_page; in reiserfs_write_full_page() 2650 } while ((bh = bh->b_this_page) != head); in reiserfs_write_full_page() 2668 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() 2692 bh = bh->b_this_page; in reiserfs_write_full_page() 2720 bh = bh->b_this_page; in reiserfs_write_full_page() 2727 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() 3198 next = bh->b_this_page; in reiserfs_invalidatepage() 3269 bh = bh->b_this_page; in reiserfs_releasepage()
|
D | file.c | 203 block_start = block_end, bh = bh->b_this_page) { in reiserfs_commit_page()
|
D | stree.c | 1519 next = bh->b_this_page; in unmap_buffers()
|
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 64 struct buffer_head *b_this_page;/* circular list of page's buffers */ member
|
/linux-4.1.27/fs/ocfs2/ |
D | aops.c | 443 next = bh->b_this_page; in walk_page_buffers() 1079 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_page_blocks() 1151 bh = bh->b_this_page; in ocfs2_map_page_blocks() 1348 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
|
/linux-4.1.27/fs/ufs/ |
D | balloc.c | 279 bh = bh->b_this_page; in ufs_change_blocknr() 313 bh = bh->b_this_page; in ufs_change_blocknr()
|
D | truncate.c | 402 bh = bh->b_this_page; in ufs_alloc_lastblock()
|
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 1755 } while ((bh = bh->b_this_page) != head); in journal_try_to_free_buffers() 2052 next = bh->b_this_page; in journal_invalidatepage()
|
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 303 bh = bh->b_this_page; in write_page() 341 struct buffer_head *next = bh->b_this_page; in free_buffers() 400 bh = bh->b_this_page; in read_page()
|
/linux-4.1.27/fs/jbd2/ |
D | transaction.c | 1908 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers() 2198 next = bh->b_this_page; in jbd2_journal_invalidatepage()
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1167 next = bh->b_this_page; in walk_page_buffers() 2023 bh = bh->b_this_page; in ext3_block_truncate_page()
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3667 b_this_page = 0x501001a0, b_reqnext = 0x0, b_pprev = 0x507fcf58,
|