Home
last modified time | relevance | path

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

12

/linux/fs/nilfs2/
A Dpage.c118 while ((bh = bh->b_this_page) != dbh) { in nilfs_copy_buffer()
148 bh = bh->b_this_page; in nilfs_page_buffers_clean()
181 bh = bh->b_this_page; in nilfs_page_bug()
217 sbh = sbh->b_this_page; in nilfs_copy_page()
218 dbh = dbh->b_this_page; in nilfs_copy_page()
235 sbh = sbh->b_this_page; in nilfs_copy_page()
236 dbh = dbh->b_this_page; in nilfs_copy_page()
416 } while (bh = bh->b_this_page, bh != head); in nilfs_clear_dirty_page()
431 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers()
538 } while (++b, bh = bh->b_this_page, bh != head); in nilfs_find_uncommitted_extent()
A Dpage.h62 bh = bh->b_this_page; in nilfs_page_get_nth_block()
A Dfile.c81 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
A Dbmap.c450 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
A Dinode.c226 } while (bh = bh->b_this_page, bh != head); in nilfs_set_page_dirty()
/linux/fs/
A Dbuffer.c110 bh = bh->b_this_page; in buffer_check_dirty_writeback()
219 bh = bh->b_this_page; in __find_get_block_slow()
280 tmp = tmp->b_this_page; in end_buffer_async_read()
366 tmp = bh->b_this_page; in end_buffer_async_write()
372 tmp = tmp->b_this_page; in end_buffer_async_write()
631 bh = bh->b_this_page; in __set_page_dirty_buffers()
872 bh = bh->b_this_page; in link_dev_buffers()
914 bh = bh->b_this_page; in init_page_buffers()
1565 bh = bh->b_this_page; in create_empty_buffers()
1772 bh = bh->b_this_page; in __block_write_full_page()
[all …]
A Dmpage.c131 page_bh = page_bh->b_this_page; in map_buffer_to_page()
456 bh = bh->b_this_page; in clean_buffers()
539 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
/linux/fs/gfs2/
A 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()
150 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getbuf()
203 bh = bh->b_this_page; in gfs2_meta_read_endio()
205 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio()
424 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getjdatabuf()
A Daops.c50 bh = bh->b_this_page, start = end) { in gfs2_page_add_databufs()
698 bh = bh->b_this_page; in gfs2_invalidatepage()
746 bh = bh->b_this_page; in gfs2_releasepage()
766 bh = bh->b_this_page; in gfs2_releasepage()
A Dlops.c180 bh = bh->b_this_page; in gfs2_end_log_write_bh()
185 next = bh->b_this_page; in gfs2_end_log_write_bh()
/linux/fs/ntfs/
A Daops.c108 tmp = tmp->b_this_page; in ntfs_end_buffer_async_read()
792 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_block()
810 } while ((bh = bh->b_this_page) != head); in ntfs_write_block()
832 } while ((bh = bh->b_this_page) != head); in ntfs_write_block()
858 struct buffer_head *next = bh->b_this_page; in ntfs_write_block()
1085 b_this_page) != in ntfs_write_mst_block()
1095 } while (block++, (bh = bh->b_this_page) != head); in ntfs_write_mst_block()
1732 bh = bh->b_this_page; in mark_ntfs_record_dirty()
1734 tail->b_this_page = head; in mark_ntfs_record_dirty()
1748 } while ((bh = bh->b_this_page) != head); in mark_ntfs_record_dirty()
[all …]
A Dfile.c1172 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write()
1219 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write()
1352 } while ((bh = bh->b_this_page) != head); in ntfs_prepare_pages_for_non_resident_write()
1422 } while (bh_pos += blocksize, (bh = bh->b_this_page) != head); in ntfs_commit_pages_after_non_resident_write()
A 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/fs/ext4/
A Dpage-io.c139 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio()
497 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page()
539 bh = bh->b_this_page; in ext4_bio_write_page()
553 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page()
A 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()
A Dinode.c974 next = bh->b_this_page; in ext4_walk_page_buffers()
1066 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin()
1374 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers()
2206 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs()
2282 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page()
3008 bh = bh->b_this_page; in ext4_da_should_update_i_disksize()
3697 bh = bh->b_this_page; in __ext4_block_zero_page_range()
/linux/fs/reiserfs/
A Dinode.c201 next = bh->b_this_page; in fix_tail_page_for_writing()
2228 bh = bh->b_this_page; in grab_tail_page()
2597 bh = bh->b_this_page; in reiserfs_write_full_page()
2647 } while ((bh = bh->b_this_page) != head); in reiserfs_write_full_page()
2665 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page()
2689 bh = bh->b_this_page; in reiserfs_write_full_page()
2717 bh = bh->b_this_page; in reiserfs_write_full_page()
2724 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page()
3173 next = bh->b_this_page; in reiserfs_invalidatepage()
3244 bh = bh->b_this_page; in reiserfs_releasepage()
A Dfile.c197 block_start = block_end, bh = bh->b_this_page) { in reiserfs_commit_page()
/linux/mm/
A Dmigrate.c662 bh = bh->b_this_page; in buffer_migrate_lock_buffers()
680 bh = bh->b_this_page; in buffer_migrate_lock_buffers()
685 bh = bh->b_this_page; in buffer_migrate_lock_buffers()
723 bh = bh->b_this_page; in __buffer_migrate_page()
746 bh = bh->b_this_page; in __buffer_migrate_page()
762 bh = bh->b_this_page; in __buffer_migrate_page()
/linux/fs/ocfs2/
A Daops.c432 next = bh->b_this_page; in walk_page_buffers()
607 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_page_blocks()
678 bh = bh->b_this_page; in ocfs2_map_page_blocks()
908 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
/linux/include/linux/
A Dbuffer_head.h62 struct buffer_head *b_this_page;/* circular list of page's buffers */ member
/linux/fs/ufs/
A Dballoc.c283 bh = bh->b_this_page; in ufs_change_blocknr()
316 bh = bh->b_this_page; in ufs_change_blocknr()
/linux/fs/ntfs3/
A Dfile.c262 head != (bh = bh->b_this_page)); in ntfs_zero_range()
330 } while (head != (bh = bh->b_this_page)); in ntfs_sparse_cluster()
/linux/drivers/md/
A Dmd-bitmap.c306 bh = bh->b_this_page; in write_page()
336 struct buffer_head *next = bh->b_this_page; in free_buffers()
400 bh = bh->b_this_page; in read_page()
/linux/fs/jbd2/
A Dtransaction.c2167 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers()
2457 next = bh->b_this_page; in jbd2_journal_invalidatepage()

Completed in 70 milliseconds

12