Lines Matching refs:nodesize
876 if (fs_info->nodesize >= PAGE_SIZE) { in attach_extent_buffer_page()
1678 if (fs_info->nodesize < PAGE_SIZE) { in write_one_eb()
1727 int sectors_per_node = fs_info->nodesize >> fs_info->sectorsize_bits; in submit_eb_subpage()
1812 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in submit_eb_page()
3094 if (fs_info->nodesize >= PAGE_SIZE) { in detach_extent_buffer_page()
3279 return __alloc_dummy_extent_buffer(fs_info, start, fs_info->nodesize); in alloc_dummy_extent_buffer()
3415 if (fs_info->nodesize < PAGE_SIZE) in grab_extent_buffer()
3444 if (fs_info->nodesize < PAGE_SIZE && in check_eb_alignment()
3445 offset_in_page(start) + fs_info->nodesize > PAGE_SIZE) { in check_eb_alignment()
3448 start, fs_info->nodesize); in check_eb_alignment()
3451 if (fs_info->nodesize >= PAGE_SIZE && in check_eb_alignment()
3455 start, fs_info->nodesize); in check_eb_alignment()
3464 unsigned long len = fs_info->nodesize; in alloc_extent_buffer()
3517 if (fs_info->nodesize < PAGE_SIZE) { in alloc_extent_buffer()
3752 if (eb->fs_info->nodesize < PAGE_SIZE) in btrfs_clear_buffer_dirty()
3783 bool subpage = eb->fs_info->nodesize < PAGE_SIZE; in set_extent_buffer_dirty()
3831 if (fs_info->nodesize >= PAGE_SIZE) in clear_extent_buffer_uptodate()
3855 if (fs_info->nodesize >= PAGE_SIZE) in set_extent_buffer_uptodate()
3939 if (eb->fs_info->nodesize < PAGE_SIZE) { in read_extent_buffer_pages()
4115 if (fs_info->nodesize < PAGE_SIZE) { in assert_eb_page_uptodate()
4482 PAGE_SIZE / fs_info->nodesize)); in get_next_extent_buffer()
4575 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in try_release_extent_buffer()