Lines Matching refs:nodesize
871 if (fs_info->nodesize >= PAGE_SIZE) { in attach_extent_buffer_page()
1673 if (fs_info->nodesize < PAGE_SIZE) { in write_one_eb()
1722 int sectors_per_node = fs_info->nodesize >> fs_info->sectorsize_bits; in submit_eb_subpage()
1807 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in submit_eb_page()
3299 if (fs_info->nodesize >= PAGE_SIZE) { in detach_extent_buffer_page()
3484 return __alloc_dummy_extent_buffer(fs_info, start, fs_info->nodesize); in alloc_dummy_extent_buffer()
3623 if (fs_info->nodesize < PAGE_SIZE) in grab_extent_buffer()
3652 if (fs_info->nodesize < PAGE_SIZE && in check_eb_alignment()
3653 offset_in_page(start) + fs_info->nodesize > PAGE_SIZE) { in check_eb_alignment()
3656 start, fs_info->nodesize); in check_eb_alignment()
3659 if (fs_info->nodesize >= PAGE_SIZE && in check_eb_alignment()
3663 start, fs_info->nodesize); in check_eb_alignment()
3672 unsigned long len = fs_info->nodesize; in alloc_extent_buffer()
3725 if (fs_info->nodesize < PAGE_SIZE) { in alloc_extent_buffer()
3960 if (eb->fs_info->nodesize < PAGE_SIZE) in btrfs_clear_buffer_dirty()
3991 bool subpage = eb->fs_info->nodesize < PAGE_SIZE; in set_extent_buffer_dirty()
4039 if (fs_info->nodesize >= PAGE_SIZE) in clear_extent_buffer_uptodate()
4063 if (fs_info->nodesize >= PAGE_SIZE) in set_extent_buffer_uptodate()
4160 if (eb->fs_info->nodesize < PAGE_SIZE) { in read_extent_buffer_pages()
4336 if (fs_info->nodesize < PAGE_SIZE) { in assert_eb_page_uptodate()
4703 PAGE_SIZE / fs_info->nodesize)); in get_next_extent_buffer()
4796 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in try_release_extent_buffer()