Lines Matching refs:sectorsize
122 /* Make sure bytes are sectorsize aligned */
123 bytes = ALIGN(bytes, fs_info->sectorsize);
140 len = round_up(start + len, fs_info->sectorsize) -
141 round_down(start, fs_info->sectorsize);
142 start = round_down(start, fs_info->sectorsize);
178 ASSERT(IS_ALIGNED(len, fs_info->sectorsize));
196 /* Make sure the range is aligned to sectorsize */
197 len = round_up(start + len, fs_info->sectorsize) -
198 round_down(start, fs_info->sectorsize);
199 start = round_down(start, fs_info->sectorsize);
334 num_bytes = ALIGN(num_bytes, fs_info->sectorsize);
335 disk_num_bytes = ALIGN(disk_num_bytes, fs_info->sectorsize);
401 num_bytes = ALIGN(num_bytes, fs_info->sectorsize);