Lines Matching refs:nodesize

711 	if (fs_info->nodesize >= PAGE_SIZE) {  in find_extent_buffer_readpage()
1104 if (fs_info->nodesize >= PAGE_SIZE) { in attach_extent_buffer_page()
1872 if (!ret || fs_info->nodesize < PAGE_SIZE) in lock_extent_buffer_for_io()
2000 ASSERT(fs_info->nodesize < PAGE_SIZE); in end_bio_subpage_eb_writepage()
2009 ASSERT(IS_ALIGNED(bvec->bv_len, fs_info->nodesize)); in end_bio_subpage_eb_writepage()
2231 int sectors_per_node = fs_info->nodesize >> fs_info->sectorsize_bits; in submit_eb_subpage()
2333 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in submit_eb_page()
3625 if (fs_info->nodesize >= PAGE_SIZE) { in detach_extent_buffer_page()
3812 return __alloc_dummy_extent_buffer(fs_info, start, fs_info->nodesize); in alloc_dummy_extent_buffer()
3948 if (fs_info->nodesize < PAGE_SIZE) in grab_extent_buffer()
3977 if (fs_info->nodesize < PAGE_SIZE && in check_eb_alignment()
3978 offset_in_page(start) + fs_info->nodesize > PAGE_SIZE) { in check_eb_alignment()
3981 start, fs_info->nodesize); in check_eb_alignment()
3984 if (fs_info->nodesize >= PAGE_SIZE && in check_eb_alignment()
3988 start, fs_info->nodesize); in check_eb_alignment()
3997 unsigned long len = fs_info->nodesize; in alloc_extent_buffer()
4060 if (fs_info->nodesize < PAGE_SIZE) { in alloc_extent_buffer()
4290 if (eb->fs_info->nodesize < PAGE_SIZE) in btrfs_clear_buffer_dirty()
4322 bool subpage = eb->fs_info->nodesize < PAGE_SIZE; in set_extent_buffer_dirty()
4369 if (fs_info->nodesize >= PAGE_SIZE) in clear_extent_buffer_uptodate()
4393 if (fs_info->nodesize >= PAGE_SIZE) in set_extent_buffer_uptodate()
4501 if (eb->fs_info->nodesize < PAGE_SIZE) in read_extent_buffer_pages()
4751 if (fs_info->nodesize < PAGE_SIZE) { in assert_eb_page_uptodate()
4853 if (dst->fs_info->nodesize >= PAGE_SIZE) { in copy_extent_buffer_full()
4862 ASSERT(src->fs_info->nodesize < PAGE_SIZE); in copy_extent_buffer_full()
5165 PAGE_SIZE / fs_info->nodesize)); in get_next_extent_buffer()
5258 if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE) in try_release_extent_buffer()