Searched refs:b_this_page (Results 1 - 34 of 34) sorted by relevance

/linux-4.4.14/fs/nilfs2/
H A Dpage.c133 while ((bh = bh->b_this_page) != dbh) { nilfs_copy_buffer()
163 bh = bh->b_this_page; nilfs_page_buffers_clean()
196 bh = bh->b_this_page; nilfs_page_bug()
232 sbh = sbh->b_this_page; nilfs_copy_page()
233 dbh = dbh->b_this_page; nilfs_copy_page()
250 sbh = sbh->b_this_page; nilfs_copy_page()
251 dbh = dbh->b_this_page; nilfs_copy_page()
437 } while (bh = bh->b_this_page, bh != head); nilfs_clear_dirty_page()
452 block_start = block_end, bh = bh->b_this_page) { nilfs_page_count_clean_buffers()
560 } while (++b, bh = bh->b_this_page, bh != head); nilfs_find_uncommitted_extent()
H A Dpage.h75 bh = bh->b_this_page; nilfs_page_get_nth_block()
H A Dfile.c94 } while (bh = bh->b_this_page, bh != head); nilfs_page_mkwrite()
H A Dbmap.c463 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) nilfs_bmap_data_get_key()
H A Dinode.c247 } while (bh = bh->b_this_page, bh != head); nilfs_set_page_dirty()
H A Dsegment.c737 } while (bh = bh->b_this_page, bh != head); nilfs_lookup_dirty_data_buffers()
767 bh = bh->b_this_page; nilfs_lookup_dirty_node_buffers()
H A Dbtree.c2158 } while ((bh = bh->b_this_page) != head); nilfs_btree_lookup_dirty_buffers()
/linux-4.4.14/fs/gfs2/
H A Dmeta_io.c70 } while ((bh = bh->b_this_page) != head); gfs2_aspace_writepage()
80 struct buffer_head *next = bh->b_this_page; gfs2_aspace_writepage()
149 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) gfs2_getbuf()
H A Daops.c50 bh = bh->b_this_page, start = end) { gfs2_page_add_databufs()
1013 bh = bh->b_this_page; gfs2_invalidatepage()
1141 bh = bh->b_this_page; gfs2_releasepage()
1157 bh = bh->b_this_page; gfs2_releasepage()
H A Dlops.c182 bh = bh->b_this_page; gfs2_end_log_write_bh()
187 next = bh->b_this_page; gfs2_end_log_write_bh()
H A Dbmap.c957 bh = bh->b_this_page; gfs2_block_truncate_page()
H A Dquota.c684 bh = bh->b_this_page; gfs2_write_buf_to_page()
/linux-4.4.14/fs/ext4/
H A Dpage-io.c111 } while ((bh = bh->b_this_page) != head); bio_for_each_segment_all()
482 } while ((bh = bh->b_this_page) != head); ext4_bio_write_page()
512 } while ((bh = bh->b_this_page) != head); ext4_bio_write_page()
523 bh = bh->b_this_page; ext4_bio_write_page()
H A Dmove_extent.c197 block++, block_start = block_end, bh = bh->b_this_page) { mext_page_mkuptodate()
388 bh = bh->b_this_page; move_extent_per_page()
393 bh = bh->b_this_page; move_extent_per_page()
H A Dfile.c538 bh = bh->b_this_page; ext4_find_unwritten_pgoff()
H A Dinode.c847 next = bh->b_this_page; ext4_walk_page_buffers()
940 block++, block_start = block_end, bh = bh->b_this_page) { ext4_block_write_begin()
1240 bh = bh->b_this_page; zero_new_buffers()
1419 } while ((bh = bh->b_this_page) != head); ext4_da_page_release_reservation()
2042 } while (lblk++, (bh = bh->b_this_page) != head); mpage_process_page_bufs()
2126 } while (lblk++, (bh = bh->b_this_page) != head); mpage_map_and_submit_buffers()
2796 bh = bh->b_this_page; ext4_da_should_update_i_disksize()
3432 bh = bh->b_this_page; __ext4_block_zero_page_range()
/linux-4.4.14/fs/
H A Dbuffer.c111 bh = bh->b_this_page; buffer_check_dirty_writeback()
231 bh = bh->b_this_page; __find_get_block_slow()
320 tmp = tmp->b_this_page; end_buffer_async_read()
370 tmp = bh->b_this_page; end_buffer_async_write()
376 tmp = tmp->b_this_page; end_buffer_async_write()
689 bh = bh->b_this_page; __set_page_dirty_buffers()
865 * the size of each buffer.. Use the bh->b_this_page linked list to
886 bh->b_this_page = head; alloc_page_buffers()
903 head = head->b_this_page; alloc_page_buffers()
936 bh = bh->b_this_page; link_dev_buffers()
938 tail->b_this_page = head; link_dev_buffers()
977 bh = bh->b_this_page; init_page_buffers()
1553 next = bh->b_this_page; block_invalidatepage()
1598 bh = bh->b_this_page; create_empty_buffers()
1600 tail->b_this_page = head; create_empty_buffers()
1610 bh = bh->b_this_page; create_empty_buffers()
1763 bh = bh->b_this_page; __block_write_full_page()
1788 } while ((bh = bh->b_this_page) != head); __block_write_full_page()
1798 struct buffer_head *next = bh->b_this_page; __block_write_full_page()
1845 } while ((bh = bh->b_this_page) != head); __block_write_full_page()
1851 struct buffer_head *next = bh->b_this_page; __block_write_full_page()
1900 bh = bh->b_this_page; page_zero_new_buffers()
1929 block++, block_start=block_end, bh = bh->b_this_page) { __block_write_begin()
2011 bh = bh->b_this_page; __block_commit_write()
2168 bh = bh->b_this_page; block_is_partially_uptodate()
2229 } while (i++, iblock++, (bh = bh->b_this_page) != head); block_read_full_page()
2490 if (!bh->b_this_page) attach_nobh_buffers()
2491 bh->b_this_page = head; attach_nobh_buffers()
2492 bh = bh->b_this_page; attach_nobh_buffers()
2566 block_in_page++, block_start += blocksize, bh = bh->b_this_page) { nobh_write_begin()
2607 for (bh = head; bh; bh = bh->b_this_page) { nobh_write_begin()
2671 head = head->b_this_page; nobh_write_end()
2844 bh = bh->b_this_page; block_truncate_page()
3197 bh = bh->b_this_page; drop_buffers()
3201 struct buffer_head *next = bh->b_this_page; drop_buffers()
3254 struct buffer_head *next = bh->b_this_page; try_to_free_buffers()
H A Dmpage.c125 page_bh = page_bh->b_this_page; map_buffer_to_page()
453 bh = bh->b_this_page; clean_buffers()
526 } while ((bh = bh->b_this_page) != head); __mpage_writepage()
/linux-4.4.14/fs/ntfs/
H A Daops.c124 tmp = tmp->b_this_page; ntfs_end_buffer_async_read()
344 } while (i++, iblock++, (bh = bh->b_this_page) != head); ntfs_read_block()
812 } while (block++, (bh = bh->b_this_page) != head); ntfs_write_block()
830 } while ((bh = bh->b_this_page) != head); ntfs_write_block()
852 } while ((bh = bh->b_this_page) != head); ntfs_write_block()
878 struct buffer_head *next = bh->b_this_page; ntfs_write_block()
1102 b_this_page) != ntfs_write_mst_block()
1112 } while (block++, (bh = bh->b_this_page) != head); ntfs_write_mst_block()
1749 bh = bh->b_this_page; mark_ntfs_record_dirty()
1751 tail->b_this_page = head; mark_ntfs_record_dirty()
1765 } while ((bh = bh->b_this_page) != head); mark_ntfs_record_dirty()
1770 bh = buffers_to_free->b_this_page; mark_ntfs_record_dirty()
H A Dfile.c1189 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); ntfs_prepare_pages_for_non_resident_write()
1236 } while ((bh = bh->b_this_page) != head); ntfs_prepare_pages_for_non_resident_write()
1369 } while ((bh = bh->b_this_page) != head); ntfs_prepare_pages_for_non_resident_write()
1439 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); ntfs_commit_pages_after_non_resident_write()
H A Dmft.c513 bh = bh->b_this_page; ntfs_sync_mft_mirror()
515 tail->b_this_page = head; ntfs_sync_mft_mirror()
581 } while (block_start = block_end, (bh = bh->b_this_page) != head); ntfs_sync_mft_mirror()
764 } while (block_start = block_end, (bh = bh->b_this_page) != head); write_mft_record_nolock()
H A Dattrib.c2577 } while ((bh = bh->b_this_page) != head); ntfs_attr_set()
/linux-4.4.14/fs/reiserfs/
H A Dfile.c203 block_start = block_end, bh = bh->b_this_page) { reiserfs_commit_page()
H A Dinode.c200 next = bh->b_this_page; fix_tail_page_for_writing()
2229 bh = bh->b_this_page; grab_tail_page()
2600 bh = bh->b_this_page; reiserfs_write_full_page()
2650 } while ((bh = bh->b_this_page) != head); reiserfs_write_full_page()
2668 struct buffer_head *next = bh->b_this_page; reiserfs_write_full_page()
2692 bh = bh->b_this_page; reiserfs_write_full_page()
2720 bh = bh->b_this_page; reiserfs_write_full_page()
2727 struct buffer_head *next = bh->b_this_page; reiserfs_write_full_page()
3198 next = bh->b_this_page; reiserfs_invalidatepage()
3269 bh = bh->b_this_page; reiserfs_releasepage()
H A Dstree.c1519 next = bh->b_this_page; unmap_buffers()
/linux-4.4.14/fs/xfs/
H A Dxfs_aops.c55 } while ((bh = bh->b_this_page) != head); xfs_count_page_state()
676 } while ((bh = bh->b_this_page) != head); xfs_check_page_type()
804 } while (offset += len, (bh = bh->b_this_page) != head); xfs_convert_page()
926 } while ((bh = bh->b_this_page) != head); xfs_aops_discard_page()
1138 } while (offset += len, ((bh = bh->b_this_page) != head)); xfs_vm_writepage()
1774 bh = bh->b_this_page, block_start = block_end, xfs_vm_write_failed()
1970 bh = bh->b_this_page; xfs_vm_set_page_dirty()
H A Dxfs_file.c1166 } while ((bh = bh->b_this_page) != head); xfs_lookup_buffer_offset()
/linux-4.4.14/mm/
H A Dmigrate.c266 bh = bh->b_this_page; buffer_migrate_lock_buffers()
287 bh = bh->b_this_page; buffer_migrate_lock_buffers()
292 bh = bh->b_this_page; buffer_migrate_lock_buffers()
650 bh = bh->b_this_page; buffer_migrate_page()
662 bh = bh->b_this_page; buffer_migrate_page()
/linux-4.4.14/fs/ocfs2/
H A Daops.c443 next = bh->b_this_page; walk_page_buffers()
1113 bh = bh->b_this_page, block_start += bsize) { ocfs2_map_page_blocks()
1185 bh = bh->b_this_page; ocfs2_map_page_blocks()
1382 bh = bh->b_this_page; ocfs2_zero_new_buffers()
/linux-4.4.14/include/linux/
H A Dbuffer_head.h64 struct buffer_head *b_this_page;/* circular list of page's buffers */ member in struct:buffer_head
/linux-4.4.14/fs/ufs/
H A Dballoc.c279 bh = bh->b_this_page; ufs_change_blocknr()
313 bh = bh->b_this_page; ufs_change_blocknr()
H A Dinode.c1062 bh = bh->b_this_page; ufs_alloc_lastblock()
/linux-4.4.14/drivers/md/
H A Dbitmap.c303 bh = bh->b_this_page; write_page()
341 struct buffer_head *next = bh->b_this_page; free_buffers()
400 bh = bh->b_this_page; read_page()
/linux-4.4.14/fs/jbd2/
H A Dtransaction.c2006 } while ((bh = bh->b_this_page) != head); jbd2_journal_try_to_free_buffers()
2298 next = bh->b_this_page; jbd2_journal_invalidatepage()

Completed in 547 milliseconds