Lines Matching refs:nodesize
1141 if (fs_info->nodesize >= PAGE_SIZE) { in find_extent_buffer_readpage()
1640 if (fs_info->nodesize >= PAGE_SIZE) { in attach_extent_buffer_page()
2420 if (!ret || fs_info->nodesize < PAGE_SIZE) in lock_extent_buffer_for_io()
2555 ASSERT(fs_info->nodesize < PAGE_SIZE); in end_bio_subpage_eb_writepage()
2564 ASSERT(IS_ALIGNED(bvec->bv_len, fs_info->nodesize)); in end_bio_subpage_eb_writepage()
2782 int sectors_per_node = fs_info->nodesize >> fs_info->sectorsize_bits; in submit_eb_subpage()
2884 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in submit_eb_page()
4181 if (fs_info->nodesize >= PAGE_SIZE) { in detach_extent_buffer_page()
4370 return __alloc_dummy_extent_buffer(fs_info, start, fs_info->nodesize); in alloc_dummy_extent_buffer()
4506 if (fs_info->nodesize < PAGE_SIZE) in grab_extent_buffer()
4535 if (fs_info->nodesize < PAGE_SIZE && in check_eb_alignment()
4536 offset_in_page(start) + fs_info->nodesize > PAGE_SIZE) { in check_eb_alignment()
4539 start, fs_info->nodesize); in check_eb_alignment()
4542 if (fs_info->nodesize >= PAGE_SIZE && in check_eb_alignment()
4546 start, fs_info->nodesize); in check_eb_alignment()
4555 unsigned long len = fs_info->nodesize; in alloc_extent_buffer()
4618 if (fs_info->nodesize < PAGE_SIZE) { in alloc_extent_buffer()
4835 if (eb->fs_info->nodesize < PAGE_SIZE) in clear_extent_buffer_dirty()
4867 bool subpage = eb->fs_info->nodesize < PAGE_SIZE; in set_extent_buffer_dirty()
4914 if (fs_info->nodesize >= PAGE_SIZE) in clear_extent_buffer_uptodate()
4938 if (fs_info->nodesize >= PAGE_SIZE) in set_extent_buffer_uptodate()
5034 if (eb->fs_info->nodesize < PAGE_SIZE) in read_extent_buffer_pages()
5284 if (fs_info->nodesize < PAGE_SIZE) { in assert_eb_page_uptodate()
5386 if (dst->fs_info->nodesize >= PAGE_SIZE) { in copy_extent_buffer_full()
5395 ASSERT(src->fs_info->nodesize < PAGE_SIZE); in copy_extent_buffer_full()
5695 PAGE_SIZE / fs_info->nodesize)); in get_next_extent_buffer()
5788 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in try_release_extent_buffer()