Lines Matching refs:nodesize
1150 if (fs_info->nodesize >= PAGE_SIZE) { in find_extent_buffer_readpage()
1649 if (fs_info->nodesize >= PAGE_SIZE) { in attach_extent_buffer_page()
2429 if (!ret || fs_info->nodesize < PAGE_SIZE) in lock_extent_buffer_for_io()
2564 ASSERT(fs_info->nodesize < PAGE_SIZE); in end_bio_subpage_eb_writepage()
2573 ASSERT(IS_ALIGNED(bvec->bv_len, fs_info->nodesize)); in end_bio_subpage_eb_writepage()
2791 int sectors_per_node = fs_info->nodesize >> fs_info->sectorsize_bits; in submit_eb_subpage()
2893 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in submit_eb_page()
4190 if (fs_info->nodesize >= PAGE_SIZE) { in detach_extent_buffer_page()
4379 return __alloc_dummy_extent_buffer(fs_info, start, fs_info->nodesize); in alloc_dummy_extent_buffer()
4515 if (fs_info->nodesize < PAGE_SIZE) in grab_extent_buffer()
4544 if (fs_info->nodesize < PAGE_SIZE && in check_eb_alignment()
4545 offset_in_page(start) + fs_info->nodesize > PAGE_SIZE) { in check_eb_alignment()
4548 start, fs_info->nodesize); in check_eb_alignment()
4551 if (fs_info->nodesize >= PAGE_SIZE && in check_eb_alignment()
4555 start, fs_info->nodesize); in check_eb_alignment()
4564 unsigned long len = fs_info->nodesize; in alloc_extent_buffer()
4627 if (fs_info->nodesize < PAGE_SIZE) { in alloc_extent_buffer()
4844 if (eb->fs_info->nodesize < PAGE_SIZE) in clear_extent_buffer_dirty()
4876 bool subpage = eb->fs_info->nodesize < PAGE_SIZE; in set_extent_buffer_dirty()
4923 if (fs_info->nodesize >= PAGE_SIZE) in clear_extent_buffer_uptodate()
4947 if (fs_info->nodesize >= PAGE_SIZE) in set_extent_buffer_uptodate()
5043 if (eb->fs_info->nodesize < PAGE_SIZE) in read_extent_buffer_pages()
5293 if (fs_info->nodesize < PAGE_SIZE) { in assert_eb_page_uptodate()
5395 if (dst->fs_info->nodesize >= PAGE_SIZE) { in copy_extent_buffer_full()
5404 ASSERT(src->fs_info->nodesize < PAGE_SIZE); in copy_extent_buffer_full()
5704 PAGE_SIZE / fs_info->nodesize)); in get_next_extent_buffer()
5797 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in try_release_extent_buffer()