Home
last modified time | relevance | path

Searched refs:b_this_page (Results 1 – 17 of 17) sorted by relevance

/linux/fs/nilfs2/
H A Dpage.c119 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 Dfile.c83 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
H A Dsegment.c753 } 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 Dinode.c200 } while (bh = bh->b_this_page, bh != head); in nilfs_dirty_folio()
H A Dbtree.c2192 } while ((bh = bh->b_this_page) != head); in nilfs_btree_lookup_dirty_buffers()
/linux/fs/
H A Dbuffer.c112 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 Dmpage.c126 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 Dpage-io.c140 } 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 Dmove_extent.c167 } 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 Dinode.c1121 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 Dbuffer_head.h62 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 Dmigrate.c916 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 Daops.c412 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 Dlops.c178 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 Dtransaction.c2162 } 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 Dfile.c326 head != (bh = bh->b_this_page)); in ntfs_zero_range()
/linux/fs/ufs/
H A Dinode.c1063 bh = bh->b_this_page; in ufs_alloc_lastblock()