Lines Matching defs:sectorsize
321 ASSERT(IS_ALIGNED(ordered->file_offset, fs_info->sectorsize));
322 ASSERT(IS_ALIGNED(ordered->num_bytes, fs_info->sectorsize));
475 (cur + fs_info->sectorsize > btrfs_extent_map_end(em)) ||
552 em = btrfs_lookup_extent_mapping(em_tree, file_offset, fs_info->sectorsize);
1006 * The bi_size may not be sectorsize aligned, thus the caller still need
1091 const u32 sectorsize = fs_info->sectorsize;
1096 * And the @destlen should not exceed sectorsize, as this is only called for
1097 * inline file extents, which should not exceed sectorsize.
1099 ASSERT(dest_pgoff + destlen <= folio_size(dest_folio) && destlen <= sectorsize);