Lines Matching refs:sectorsize
321 ASSERT(IS_ALIGNED(ordered->file_offset, fs_info->sectorsize));
322 ASSERT(IS_ALIGNED(ordered->num_bytes, fs_info->sectorsize));
401 if (fs_info->sectorsize < PAGE_SIZE)
488 (cur + fs_info->sectorsize > btrfs_extent_map_end(em)) ||
522 if (fs_info->sectorsize < PAGE_SIZE)
571 em = btrfs_lookup_extent_mapping(em_tree, file_offset, fs_info->sectorsize);
1025 * The bi_size may not be sectorsize aligned, thus the caller still need
1110 const u32 sectorsize = fs_info->sectorsize;
1115 * And the @destlen should not exceed sectorsize, as this is only called for
1116 * inline file extents, which should not exceed sectorsize.
1118 ASSERT(dest_pgoff + destlen <= folio_size(dest_folio) && destlen <= sectorsize);