| /linux-6.15/fs/nilfs2/ |
| H A D | page.c | 119 while ((bh = bh->b_this_page) != dbh) { in nilfs_copy_buffer() 148 bh = bh->b_this_page; in nilfs_folio_buffers_clean() 182 bh = bh->b_this_page; in nilfs_folio_bug() 220 sbh = sbh->b_this_page; in nilfs_copy_folio() 221 dbh = dbh->b_this_page; in nilfs_copy_folio() 238 sbh = sbh->b_this_page; in nilfs_copy_folio() 239 dbh = dbh->b_this_page; in nilfs_copy_folio() 423 } while (bh = bh->b_this_page, bh != head); in nilfs_clear_folio_dirty() 438 } while (bh = bh->b_this_page, bh != head); in nilfs_clear_folio_dirty() 456 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers() [all …]
|
| H A D | file.c | 83 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
|
| H A D | inode.c | 200 } while (bh = bh->b_this_page, bh != head); in nilfs_dirty_folio()
|
| H A D | segment.c | 753 } while (bh = bh->b_this_page, bh != head); in nilfs_lookup_dirty_data_buffers() 787 bh = bh->b_this_page; in nilfs_lookup_dirty_node_buffers()
|
| H A D | btree.c | 2190 } while ((bh = bh->b_this_page) != head); in nilfs_btree_lookup_dirty_buffers()
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 112 bh = bh->b_this_page; in buffer_check_dirty_writeback() 228 bh = bh->b_this_page; in __find_get_block_slow() 291 tmp = tmp->b_this_page; in end_buffer_async_read() 410 tmp = bh->b_this_page; in end_buffer_async_write() 416 tmp = tmp->b_this_page; in end_buffer_async_write() 743 bh = bh->b_this_page; in block_dirty_folio() 983 bh = bh->b_this_page; in link_dev_buffers() 1025 bh = bh->b_this_page; in folio_init_buffers() 1702 bh = bh->b_this_page; in create_empty_buffers() 1901 bh = bh->b_this_page; in __block_write_full_folio() [all …]
|
| H A D | mpage.c | 126 page_bh = page_bh->b_this_page; in map_buffer_to_folio() 436 bh = bh->b_this_page; in clean_buffers() 509 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
|
| /linux-6.15/fs/gfs2/ |
| H A D | meta_io.c | 66 } while ((bh = bh->b_this_page) != head); in gfs2_aspace_write_folio() 76 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_write_folio() 209 bh = bh->b_this_page; in gfs2_meta_read_endio() 211 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio()
|
| H A D | aops.c | 50 bh = bh->b_this_page, start = end) { in gfs2_trans_add_databufs() 627 bh = bh->b_this_page; in gfs2_invalidate_folio() 677 bh = bh->b_this_page; in gfs2_release_folio() 697 bh = bh->b_this_page; in gfs2_release_folio()
|
| H A D | lops.c | 178 bh = bh->b_this_page; in gfs2_end_log_write_bh() 183 next = bh->b_this_page; in gfs2_end_log_write_bh()
|
| H A D | quota.c | 750 bh = bh->b_this_page; in gfs2_write_buf_to_page()
|
| /linux-6.15/fs/ext4/ |
| H A D | page-io.c | 140 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio() 524 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_folio() 575 bh = bh->b_this_page; in ext4_bio_write_folio() 590 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_folio()
|
| H A D | move_extent.c | 218 } while (block++, (bh = bh->b_this_page) != head); in mext_page_mkuptodate() 234 } while ((bh = bh->b_this_page) != head); in mext_page_mkuptodate() 394 bh = bh->b_this_page; in move_extent_per_page() 399 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() 1055 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin() 1391 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers() 2047 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs() 2124 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_folio() 2992 bh = bh->b_this_page; in ext4_da_should_update_i_disksize() 3719 bh = bh->b_this_page; in __ext4_block_zero_page_range()
|
| H A D | super.c | 551 } while ((bh = bh->b_this_page) != head); in ext4_journalled_writepage_callback()
|
| /linux-6.15/include/linux/ |
| H A D | buffer_head.h | 62 struct buffer_head *b_this_page;/* circular list of page's buffers */ member 509 bh = bh->b_this_page; in get_nth_bh()
|
| /linux-6.15/mm/ |
| H A D | migrate.c | 810 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 821 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 862 bh = bh->b_this_page; in __buffer_migrate_folio() 883 bh = bh->b_this_page; in __buffer_migrate_folio() 892 bh = bh->b_this_page; in __buffer_migrate_folio()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | aops.c | 412 next = bh->b_this_page; in walk_page_buffers() 587 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_folio_blocks() 658 bh = bh->b_this_page; in ocfs2_map_folio_blocks() 889 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
|
| /linux-6.15/fs/ufs/ |
| H A D | balloc.c | 277 bh = bh->b_this_page; in ufs_change_blocknr() 305 bh = bh->b_this_page; in ufs_change_blocknr()
|
| H A D | inode.c | 1061 bh = bh->b_this_page; in ufs_alloc_lastblock()
|
| /linux-6.15/fs/jbd2/ |
| H A D | transaction.c | 2146 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers() 2438 next = bh->b_this_page; in jbd2_journal_invalidate_folio()
|
| /linux-6.15/drivers/md/ |
| H A D | md-bitmap.c | 510 bh = bh->b_this_page; in write_file_page() 537 struct buffer_head *next = bh->b_this_page; in free_buffers() 599 bh = bh->b_this_page; in read_file_page()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | file.c | 332 head != (bh = bh->b_this_page)); in ntfs_zero_range()
|
| H A D | inode.c | 980 } while (head != (bh = bh->b_this_page)); in ntfs_write_end()
|