Lines Matching refs:sectorsize
84 * The start and len must match the file extent item, so thus must be sectorsize
93 ASSERT(IS_ALIGNED(start + len, inode->root->fs_info->sectorsize));
112 * The start and len must match the file extent item, so thus must be sectorsize
121 ASSERT(IS_ALIGNED(start + len, inode->root->fs_info->sectorsize) ||
132 ASSERT(IS_ALIGNED(bytes, fs_info->sectorsize));
278 * Return 0 for the range [disk_bytenr, disk_bytenr + sectorsize) has no csum
289 const u32 sectorsize = fs_info->sectorsize;
296 ASSERT(IS_ALIGNED(disk_bytenr, sectorsize) &&
297 IS_ALIGNED(len, sectorsize));
307 csum_len = (itemsize / csum_size) * sectorsize;
325 csum_len = (itemsize / csum_size) * sectorsize;
350 const u32 sectorsize = fs_info->sectorsize;
442 file_offset + sectorsize - 1,
447 cur_disk_bytenr, cur_disk_bytenr + sectorsize);
450 bio_offset += count * sectorsize;
470 ASSERT(IS_ALIGNED(start, fs_info->sectorsize) &&
471 IS_ALIGNED(end + 1, fs_info->sectorsize));
612 ASSERT(IS_ALIGNED(start, fs_info->sectorsize) &&
613 IS_ALIGNED(end + 1, fs_info->sectorsize));
766 bvec.bv_len + fs_info->sectorsize
772 data + (i * fs_info->sectorsize),
773 fs_info->sectorsize,
1251 total_bytes += ins_size * fs_info->sectorsize;
1348 end = ALIGN(key.offset + end, leaf->fs_info->sectorsize);