| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | page.c | 118 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() 537 } while (++b, bh = bh->b_this_page, bh != head); in nilfs_find_uncommitted_extent()
|
| H A D | page.h | 62 bh = bh->b_this_page; in nilfs_page_get_nth_block()
|
| H A D | file.c | 81 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
|
| H A D | bmap.c | 450 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
|
| H A D | inode.c | 230 } while (bh = bh->b_this_page, bh != head); in nilfs_set_page_dirty()
|
| H A D | segment.c | 730 } while (bh = bh->b_this_page, bh != head); in nilfs_lookup_dirty_data_buffers() 763 bh = bh->b_this_page; in nilfs_lookup_dirty_node_buffers()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | buffer.c | 110 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() 656 bh = bh->b_this_page; in __set_page_dirty_buffers() 860 bh->b_this_page = head; in alloc_page_buffers() 880 head = head->b_this_page; in alloc_page_buffers() 897 bh = bh->b_this_page; in link_dev_buffers() 899 tail->b_this_page = head; in link_dev_buffers() [all …]
|
| H A D | mpage.c | 167 page_bh = page_bh->b_this_page; in map_buffer_to_page() 494 bh = bh->b_this_page; in clean_buffers() 577 } while ((bh = bh->b_this_page) != head); in __mpage_writepage()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | meta_io.c | 66 } 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() 418 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getjdatabuf()
|
| H A D | aops.c | 50 bh = bh->b_this_page, start = end) { in gfs2_page_add_databufs() 706 bh = bh->b_this_page; in gfs2_invalidatepage() 754 bh = bh->b_this_page; in gfs2_releasepage() 774 bh = bh->b_this_page; in gfs2_releasepage()
|
| H A D | lops.c | 177 bh = bh->b_this_page; in gfs2_end_log_write_bh() 182 next = bh->b_this_page; in gfs2_end_log_write_bh()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | aops.c | 108 tmp = tmp->b_this_page; in ntfs_end_buffer_async_read() 324 } while (i++, iblock++, (bh = bh->b_this_page) != head); in ntfs_read_block() 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() [all …]
|
| H A D | file.c | 1174 } 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()
|
| H A D | mft.c | 504 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()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | page-io.c | 144 } while ((bh = bh->b_this_page) != head); in ext4_finish_bio() 502 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page() 544 bh = bh->b_this_page; in ext4_bio_write_page() 558 } while ((bh = bh->b_this_page) != head); in ext4_bio_write_page()
|
| H A D | move_extent.c | 187 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()
|
| H A D | inode.c | 975 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() 1402 bh = bh->b_this_page; in ext4_journalled_zero_new_buffers() 2257 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page_bufs() 2333 } while (lblk++, (bh = bh->b_this_page) != head); in mpage_process_page() 3131 bh = bh->b_this_page; in ext4_da_should_update_i_disksize() 3847 bh = bh->b_this_page; in __ext4_block_zero_page_range()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | inode.c | 201 next = bh->b_this_page; in fix_tail_page_for_writing() 2228 bh = bh->b_this_page; in grab_tail_page() 2599 bh = bh->b_this_page; in reiserfs_write_full_page() 2649 } while ((bh = bh->b_this_page) != head); in reiserfs_write_full_page() 2667 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() 2691 bh = bh->b_this_page; in reiserfs_write_full_page() 2719 bh = bh->b_this_page; in reiserfs_write_full_page() 2726 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() 3175 next = bh->b_this_page; in reiserfs_invalidatepage() 3246 bh = bh->b_this_page; in reiserfs_releasepage()
|
| H A D | file.c | 197 block_start = block_end, bh = bh->b_this_page) { in reiserfs_commit_page()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | migrate.c | 713 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 731 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 736 bh = bh->b_this_page; in buffer_migrate_lock_buffers() 774 bh = bh->b_this_page; in __buffer_migrate_page() 797 bh = bh->b_this_page; in __buffer_migrate_page() 813 bh = bh->b_this_page; in __buffer_migrate_page()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | aops.c | 434 next = bh->b_this_page; in walk_page_buffers() 609 bh = bh->b_this_page, block_start += bsize) { in ocfs2_map_page_blocks() 681 bh = bh->b_this_page; in ocfs2_map_page_blocks() 911 bh = bh->b_this_page; in ocfs2_zero_new_buffers()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | buffer_head.h | 62 struct buffer_head *b_this_page;/* circular list of page's buffers */ member
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | balloc.c | 283 bh = bh->b_this_page; in ufs_change_blocknr() 316 bh = bh->b_this_page; in ufs_change_blocknr()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.c | 306 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()
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | transaction.c | 2173 } while ((bh = bh->b_this_page) != head); in jbd2_journal_try_to_free_buffers() 2467 next = bh->b_this_page; in jbd2_journal_invalidatepage()
|