Searched refs:b_this_page (Results 1 – 17 of 17) sorted by relevance
| /linux/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 | 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 | inode.c | 200 } while (bh = bh->b_this_page, bh != head); in nilfs_dirty_folio()
|
| H A D | btree.c | 2192 } while ((bh = bh->b_this_page) != head); in nilfs_btree_lookup_dirty_buffers()
|
| /linux/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() 939 bh->b_this_page = head; in folio_alloc_buffers() 958 head = head->b_this_page; in folio_alloc_buffers() 983 bh = bh->b_this_page; in link_dev_buffers() 985 tail->b_this_page = head; in link_dev_buffers() [all …]
|
| H A D | mpage.c | 126 page_bh = page_bh->b_this_page; in map_buffer_to_folio() 442 bh = bh->b_this_page; in clean_buffers() 514 } while ((bh = bh->b_this_page) != head); in mpage_write_folio()
|
| /linux/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 | 167 } while (block++, (bh = bh->b_this_page) != head); in mext_folio_mkuptodate() 183 } while ((bh = bh->b_this_page) != head); in mext_folio_mkuptodate() 288 } while (block++, (bh = bh->b_this_page) != head); in mext_folio_mkwrite()
|
| H A D | inode.c | 1121 next = bh->b_this_page; in ext4_walk_page_buffers() 1189 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin() 1535 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers() 2195 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs() 2272 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_folio() 3192 bh = bh->b_this_page; in ext4_da_should_update_i_disksize() 4085 bh = bh->b_this_page; in __ext4_block_zero_page_range()
|
| /linux/include/linux/ |
| H A D | buffer_head.h | 62 struct buffer_head *b_this_page;/* circular list of page's buffers */ member 507 bh = bh->b_this_page; in get_nth_bh()
|
| /linux/mm/ |
| H A D | migrate.c | 916 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 927 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 968 bh = bh->b_this_page; in __buffer_migrate_folio() 989 bh = bh->b_this_page; in __buffer_migrate_folio() 998 bh = bh->b_this_page; in __buffer_migrate_folio()
|
| /linux/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/fs/gfs2/ |
| 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()
|
| /linux/fs/jbd2/ |
| H A D | transaction.c | 2162 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers() 2454 next = bh->b_this_page; in jbd2_journal_invalidate_folio()
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 326 head != (bh = bh->b_this_page)); in ntfs_zero_range()
|
| /linux/fs/ufs/ |
| H A D | inode.c | 1063 bh = bh->b_this_page; in ufs_alloc_lastblock()
|