/openbmc/linux/fs/nilfs2/ |
H A D | page.c | 119 while ((bh = bh->b_this_page) != dbh) { in nilfs_copy_buffer() 149 bh = bh->b_this_page; in nilfs_page_buffers_clean() 182 bh = bh->b_this_page; in nilfs_page_bug() 218 sbh = sbh->b_this_page; in nilfs_copy_page() 219 dbh = dbh->b_this_page; in nilfs_copy_page() 236 sbh = sbh->b_this_page; in nilfs_copy_page() 237 dbh = dbh->b_this_page; in nilfs_copy_page() 428 } while (bh = bh->b_this_page, bh != head); in nilfs_clear_dirty_page() 443 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers() 535 } while (++b, bh = bh->b_this_page, bh != head); in nilfs_find_uncommitted_extent()
|
H A D | page.h | 61 bh = bh->b_this_page; in nilfs_page_get_nth_block()
|
H A D | file.c | 81 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
|
H A D | bmap.c | 458 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
|
H A D | inode.c | 229 } while (bh = bh->b_this_page, bh != head); in nilfs_dirty_folio()
|
/openbmc/linux/fs/ |
H A D | buffer.c | 112 bh = bh->b_this_page; in buffer_check_dirty_writeback() 220 bh = bh->b_this_page; in __find_get_block_slow() 281 tmp = tmp->b_this_page; in end_buffer_async_read() 408 tmp = bh->b_this_page; in end_buffer_async_write() 414 tmp = tmp->b_this_page; in end_buffer_async_write() 734 bh = bh->b_this_page; in block_dirty_folio() 939 bh->b_this_page = head; in folio_alloc_buffers() 958 head = head->b_this_page; in folio_alloc_buffers() 982 bh = bh->b_this_page; in link_dev_buffers() 984 tail->b_this_page = head; in link_dev_buffers() [all …]
|
H A D | mpage.c | 134 page_bh = page_bh->b_this_page; in map_buffer_to_folio() 447 bh = bh->b_this_page; in clean_buffers() 528 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
|
/openbmc/linux/fs/gfs2/ |
H A D | meta_io.c | 66 } while ((bh = bh->b_this_page) != head); in gfs2_aspace_writepage() 76 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_writepage() 152 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getbuf() 205 bh = bh->b_this_page; in gfs2_meta_read_endio() 207 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio() 426 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getjdatabuf()
|
H A D | aops.c | 50 bh = bh->b_this_page, start = end) { in gfs2_trans_add_databufs() 662 bh = bh->b_this_page; in gfs2_invalidate_folio() 712 bh = bh->b_this_page; in gfs2_release_folio() 732 bh = bh->b_this_page; in gfs2_release_folio()
|
H A D | lops.c | 180 bh = bh->b_this_page; in gfs2_end_log_write_bh() 185 next = bh->b_this_page; in gfs2_end_log_write_bh()
|
/openbmc/linux/fs/ntfs/ |
H A D | aops.c | 108 tmp = tmp->b_this_page; in ntfs_end_buffer_async_read() 324 } while (i++, iblock++, (bh = bh->b_this_page) != head); in ntfs_read_block() 794 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_block() 812 } while ((bh = bh->b_this_page) != head); in ntfs_write_block() 834 } while ((bh = bh->b_this_page) != head); in ntfs_write_block() 860 struct buffer_head *next = bh->b_this_page; in ntfs_write_block() 1087 b_this_page) != in ntfs_write_mst_block() 1097 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_mst_block() 1733 bh = bh->b_this_page; in mark_ntfs_record_dirty() 1735 tail->b_this_page = head; in mark_ntfs_record_dirty() [all …]
|
H A D | file.c | 1167 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1214 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1347 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write() 1417 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_commit_pages_after_non_resident_write()
|
H A D | mft.c | 504 bh = bh->b_this_page; in ntfs_sync_mft_mirror() 506 tail->b_this_page = head; in ntfs_sync_mft_mirror() 572 } while (block_start = block_end, (bh = bh->b_this_page) != head); in ntfs_sync_mft_mirror() 759 } while (block_start = block_end, (bh = bh->b_this_page) != head); in write_mft_record_nolock()
|
/openbmc/linux/fs/ext4/ |
H A D | page-io.c | 140 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio() 495 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_folio() 546 bh = bh->b_this_page; in ext4_bio_write_folio() 561 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_folio()
|
H A D | move_extent.c | 193 block++, block_start = block_end, bh = bh->b_this_page) { in mext_page_mkuptodate() 234 } while ((bh = bh->b_this_page) != head); in mext_page_mkuptodate() 393 bh = bh->b_this_page; in move_extent_per_page() 398 bh = bh->b_this_page; in move_extent_per_page()
|
H A D | inode.c | 990 next = bh->b_this_page; in ext4_walk_page_buffers() 1072 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin() 1400 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers() 2011 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs() 2088 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_folio() 2964 bh = bh->b_this_page; in ext4_da_should_update_i_disksize() 3697 bh = bh->b_this_page; in __ext4_block_zero_page_range()
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 201 next = bh->b_this_page; in fix_tail_page_for_writing() 2216 bh = bh->b_this_page; in grab_tail_page() 2585 bh = bh->b_this_page; in reiserfs_write_full_page() 2635 } while ((bh = bh->b_this_page) != head); in reiserfs_write_full_page() 2653 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() 2677 bh = bh->b_this_page; in reiserfs_write_full_page() 2705 bh = bh->b_this_page; in reiserfs_write_full_page() 2712 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() 3152 next = bh->b_this_page; in reiserfs_invalidate_folio() 3223 bh = bh->b_this_page; in reiserfs_release_folio()
|
H A D | file.c | 197 block_start = block_end, bh = bh->b_this_page) { in reiserfs_commit_page()
|
/openbmc/linux/mm/ |
H A D | migrate.c | 714 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 725 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 764 bh = bh->b_this_page; in __buffer_migrate_folio() 787 bh = bh->b_this_page; in __buffer_migrate_folio() 802 bh = bh->b_this_page; in __buffer_migrate_folio()
|
/openbmc/linux/fs/ocfs2/ |
H A D | aops.c | 430 next = bh->b_this_page; in walk_page_buffers() 605 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_page_blocks() 676 bh = bh->b_this_page; in ocfs2_map_page_blocks() 906 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
|
/openbmc/linux/fs/ufs/ |
H A D | balloc.c | 283 bh = bh->b_this_page; in ufs_change_blocknr() 312 bh = bh->b_this_page; in ufs_change_blocknr()
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 61 struct buffer_head *b_this_page;/* circular list of page's buffers */ member
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.c | 309 bh = bh->b_this_page; in write_file_page() 336 struct buffer_head *next = bh->b_this_page; in free_buffers() 398 bh = bh->b_this_page; in read_file_page()
|
/openbmc/linux/fs/jbd2/ |
H A D | transaction.c | 2151 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers() 2443 next = bh->b_this_page; in jbd2_journal_invalidate_folio()
|
/openbmc/linux/fs/ntfs3/ |
H A D | file.c | 238 head != (bh = bh->b_this_page)); in ntfs_zero_range()
|