Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/nilfs2/
Dpage.c119 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()
418 } while (bh = bh->b_this_page, bh != head); in nilfs_clear_dirty_page()
433 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers()
540 } while (++b, bh = bh->b_this_page, bh != head); in nilfs_find_uncommitted_extent()
Dpage.h62 bh = bh->b_this_page; in nilfs_page_get_nth_block()
Dfile.c81 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
Dbmap.c450 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
Dinode.c234 } while (bh = bh->b_this_page, bh != head); in nilfs_set_page_dirty()
Dsegment.c730 } while (bh = bh->b_this_page, bh != head); in nilfs_lookup_dirty_data_buffers()
760 bh = bh->b_this_page; in nilfs_lookup_dirty_node_buffers()
/Linux-v5.4/fs/
Dbuffer.c107 bh = bh->b_this_page; in buffer_check_dirty_writeback()
224 bh = bh->b_this_page; in __find_get_block_slow()
290 tmp = tmp->b_this_page; in end_buffer_async_read()
339 tmp = bh->b_this_page; in end_buffer_async_write()
345 tmp = tmp->b_this_page; in end_buffer_async_write()
631 bh = bh->b_this_page; in __set_page_dirty_buffers()
835 bh->b_this_page = head; in alloc_page_buffers()
855 head = head->b_this_page; in alloc_page_buffers()
872 bh = bh->b_this_page; in link_dev_buffers()
874 tail->b_this_page = head; in link_dev_buffers()
[all …]
Dmpage.c131 page_bh = page_bh->b_this_page; in map_buffer_to_page()
474 bh = bh->b_this_page; in clean_buffers()
557 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
/Linux-v5.4/fs/gfs2/
Dmeta_io.c66 } while ((bh = bh->b_this_page) != head); in gfs2_aspace_writepage()
76 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_writepage()
145 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getbuf()
197 bh = bh->b_this_page; in gfs2_meta_read_endio()
199 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio()
Daops.c50 bh = bh->b_this_page, start = end) { in gfs2_page_add_databufs()
752 bh = bh->b_this_page; in gfs2_invalidatepage()
801 bh = bh->b_this_page; in gfs2_releasepage()
817 bh = bh->b_this_page; in gfs2_releasepage()
Dlops.c181 bh = bh->b_this_page; in gfs2_end_log_write_bh()
186 next = bh->b_this_page; in gfs2_end_log_write_bh()
/Linux-v5.4/fs/ntfs/
Daops.c109 tmp = tmp->b_this_page; in ntfs_end_buffer_async_read()
327 } while (i++, iblock++, (bh = bh->b_this_page) != head); in ntfs_read_block()
795 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_block()
813 } while ((bh = bh->b_this_page) != head); in ntfs_write_block()
835 } while ((bh = bh->b_this_page) != head); in ntfs_write_block()
861 struct buffer_head *next = bh->b_this_page; in ntfs_write_block()
1088 b_this_page) != in ntfs_write_mst_block()
1098 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_mst_block()
1735 bh = bh->b_this_page; in mark_ntfs_record_dirty()
1737 tail->b_this_page = head; in mark_ntfs_record_dirty()
[all …]
Dfile.c1174 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write()
1221 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write()
1354 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write()
1424 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_commit_pages_after_non_resident_write()
Dmft.c504 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()
/Linux-v5.4/fs/ext4/
Dpage-io.c105 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio()
466 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page()
514 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page()
524 bh = bh->b_this_page; in ext4_bio_write_page()
Dmove_extent.c187 block++, block_start = block_end, bh = bh->b_this_page) { in mext_page_mkuptodate()
378 bh = bh->b_this_page; in move_extent_per_page()
383 bh = bh->b_this_page; in move_extent_per_page()
Dinode.c1098 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()
1505 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers()
2333 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs()
2413 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_map_and_submit_buffers()
3138 bh = bh->b_this_page; in ext4_da_should_update_i_disksize()
4008 bh = bh->b_this_page; in __ext4_block_zero_page_range()
/Linux-v5.4/fs/reiserfs/
Dinode.c201 next = bh->b_this_page; in fix_tail_page_for_writing()
2225 bh = bh->b_this_page; in grab_tail_page()
2596 bh = bh->b_this_page; in reiserfs_write_full_page()
2646 } while ((bh = bh->b_this_page) != head); in reiserfs_write_full_page()
2664 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page()
2688 bh = bh->b_this_page; in reiserfs_write_full_page()
2716 bh = bh->b_this_page; in reiserfs_write_full_page()
2723 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page()
3172 next = bh->b_this_page; in reiserfs_invalidatepage()
3243 bh = bh->b_this_page; in reiserfs_releasepage()
Dfile.c203 block_start = block_end, bh = bh->b_this_page) { in reiserfs_commit_page()
/Linux-v5.4/mm/
Dmigrate.c708 bh = bh->b_this_page; in buffer_migrate_lock_buffers()
726 bh = bh->b_this_page; in buffer_migrate_lock_buffers()
731 bh = bh->b_this_page; in buffer_migrate_lock_buffers()
769 bh = bh->b_this_page; in __buffer_migrate_page()
796 bh = bh->b_this_page; in __buffer_migrate_page()
814 bh = bh->b_this_page; in __buffer_migrate_page()
/Linux-v5.4/include/linux/
Dbuffer_head.h65 struct buffer_head *b_this_page;/* circular list of page's buffers */ member
/Linux-v5.4/fs/ocfs2/
Daops.c443 next = bh->b_this_page; in walk_page_buffers()
618 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_page_blocks()
690 bh = bh->b_this_page; in ocfs2_map_page_blocks()
920 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
/Linux-v5.4/fs/ufs/
Dballoc.c283 bh = bh->b_this_page; in ufs_change_blocknr()
316 bh = bh->b_this_page; in ufs_change_blocknr()
/Linux-v5.4/drivers/md/
Dmd-bitmap.c306 bh = bh->b_this_page; in write_page()
344 struct buffer_head *next = bh->b_this_page; in free_buffers()
403 bh = bh->b_this_page; in read_page()
/Linux-v5.4/fs/jbd2/
Dtransaction.c2097 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers()
2389 next = bh->b_this_page; in jbd2_journal_invalidatepage()

12