/linux-4.4.14/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 | 737 } while (bh = bh->b_this_page, bh != head); in nilfs_lookup_dirty_data_buffers() 767 bh = bh->b_this_page; in nilfs_lookup_dirty_node_buffers()
|
D | btree.c | 2158 } while ((bh = bh->b_this_page) != head); in nilfs_btree_lookup_dirty_buffers()
|
/linux-4.4.14/fs/ |
D | buffer.c | 111 bh = bh->b_this_page; in buffer_check_dirty_writeback() 231 bh = bh->b_this_page; in __find_get_block_slow() 320 tmp = tmp->b_this_page; in end_buffer_async_read() 370 tmp = bh->b_this_page; in end_buffer_async_write() 376 tmp = tmp->b_this_page; in end_buffer_async_write() 689 bh = bh->b_this_page; in __set_page_dirty_buffers() 886 bh->b_this_page = head; in alloc_page_buffers() 903 head = head->b_this_page; in alloc_page_buffers() 936 bh = bh->b_this_page; in link_dev_buffers() 938 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() 453 bh = bh->b_this_page; in clean_buffers() 526 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
|
/linux-4.4.14/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 | 1189 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1236 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1369 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1439 } 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.4.14/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() 1013 bh = bh->b_this_page; in gfs2_invalidatepage() 1141 bh = bh->b_this_page; in gfs2_releasepage() 1157 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 | 684 bh = bh->b_this_page; in gfs2_write_buf_to_page()
|
/linux-4.4.14/fs/ext4/ |
D | page-io.c | 111 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio() 482 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page() 512 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page() 523 bh = bh->b_this_page; in ext4_bio_write_page()
|
D | move_extent.c | 197 block++, block_start = block_end, bh = bh->b_this_page) { in mext_page_mkuptodate() 388 bh = bh->b_this_page; in move_extent_per_page() 393 bh = bh->b_this_page; in move_extent_per_page()
|
D | inode.c | 847 next = bh->b_this_page; in ext4_walk_page_buffers() 940 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin() 1240 bh = bh->b_this_page; in zero_new_buffers() 1419 } while ((bh = bh->b_this_page) != head); in ext4_da_page_release_reservation() 2042 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs() 2126 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_map_and_submit_buffers() 2796 bh = bh->b_this_page; in ext4_da_should_update_i_disksize() 3432 bh = bh->b_this_page; in __ext4_block_zero_page_range()
|
D | file.c | 538 bh = bh->b_this_page; in ext4_find_unwritten_pgoff()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 55 } while ((bh = bh->b_this_page) != head); in xfs_count_page_state() 676 } while ((bh = bh->b_this_page) != head); in xfs_check_page_type() 804 } while (offset += len, (bh = bh->b_this_page) != head); in xfs_convert_page() 926 } while ((bh = bh->b_this_page) != head); in xfs_aops_discard_page() 1138 } while (offset += len, ((bh = bh->b_this_page) != head)); in xfs_vm_writepage() 1774 bh = bh->b_this_page, block_start = block_end, in xfs_vm_write_failed() 1970 bh = bh->b_this_page; in xfs_vm_set_page_dirty()
|
D | xfs_file.c | 1166 } while ((bh = bh->b_this_page) != head); in xfs_lookup_buffer_offset()
|
/linux-4.4.14/mm/ |
D | migrate.c | 266 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 287 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 292 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 650 bh = bh->b_this_page; in buffer_migrate_page() 662 bh = bh->b_this_page; in buffer_migrate_page()
|
/linux-4.4.14/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.4.14/include/linux/ |
D | buffer_head.h | 64 struct buffer_head *b_this_page;/* circular list of page's buffers */ member
|
/linux-4.4.14/fs/ocfs2/ |
D | aops.c | 443 next = bh->b_this_page; in walk_page_buffers() 1113 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_page_blocks() 1185 bh = bh->b_this_page; in ocfs2_map_page_blocks() 1382 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
|
/linux-4.4.14/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 | inode.c | 1062 bh = bh->b_this_page; in ufs_alloc_lastblock()
|
/linux-4.4.14/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.4.14/fs/jbd2/ |
D | transaction.c | 2006 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers() 2298 next = bh->b_this_page; in jbd2_journal_invalidatepage()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3667 b_this_page = 0x501001a0, b_reqnext = 0x0, b_pprev = 0x507fcf58,
|