Home
last modified time | relevance | path

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

/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 …]
/linux/fs/gfs2/
H A Dmeta_io.c66 } 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()
211 bh = bh->b_this_page; in gfs2_meta_read_endio()
213 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio()
H A Daops.c633 bh = bh->b_this_page; in gfs2_invalidate_folio()
683 bh = bh->b_this_page; in gfs2_release_folio()
703 bh = bh->b_this_page; in gfs2_release_folio()
H A Dquota.c750 bh = bh->b_this_page; in gfs2_write_buf_to_page()
/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 Dinode.c1115 next = bh->b_this_page; in ext4_walk_page_buffers()
1184 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin()
1530 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers()
2188 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs()
2265 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_folio()
3191 bh = bh->b_this_page; in ext4_da_should_update_i_disksize()
4120 bh = bh->b_this_page; in __ext4_block_zero_page_range()
H A Dsuper.c535 } while ((bh = bh->b_this_page) != head); in ext4_journalled_writepage_needs_redirty()
/linux/fs/nilfs2/
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/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.c903 bh = bh->b_this_page; in buffer_migrate_folio()
914 bh = bh->b_this_page;
955 bh = bh->b_this_page; in fallback_migrate_folio()
976 bh = bh->b_this_page; in move_to_new_folio()
985 bh = bh->b_this_page; in move_to_new_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/drivers/md/
H A Dmd-bitmap.c520 bh = bh->b_this_page; in write_file_page()
547 struct buffer_head *next = bh->b_this_page; in free_buffers()
609 bh = bh->b_this_page; in read_file_page()
/linux/fs/ntfs3/
H A Dfile.c256 head != (bh = bh->b_this_page)); in ntfs_zero_range()
H A Dinode.c997 } while (head != (bh = bh->b_this_page)); in ntfs_write_end()
/linux/fs/ufs/
H A Dinode.c1063 bh = bh->b_this_page; in ufs_alloc_lastblock()