Searched refs:orig_end (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | alternative.h | 194 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature 198 .byte \orig_end - \orig_start 199 .org . - ( \orig_end - \orig_start ) & 1 200 .org . - ( \orig_end - \orig_start ) + ( \alt_end - \alt_start ) 201 .org . - ( \alt_end - \alt_start ) + ( \orig_end - \orig_start )
|
| /linux/drivers/md/ |
| H A D | raid0.c | 470 sector_t orig_start, orig_end; in raid0_handle_discard() local 487 orig_end = end; in raid0_handle_discard() 506 sector_div(orig_end, mddev->chunk_sectors); in raid0_handle_discard() 507 end_disk_index = sector_div(orig_end, zone->nb_dev); in raid0_handle_discard()
|
| /linux/fs/nfs/ |
| H A D | localio.c | 349 loff_t start_end, orig_end, middle_end; in nfs_is_local_dio_possible() local 365 orig_end = offset + len; in nfs_is_local_dio_possible() 366 middle_end = round_down(orig_end, nf_dio_offset_align); in nfs_is_local_dio_possible() 373 local_dio->end_len = orig_end - middle_end; in nfs_is_local_dio_possible()
|
| /linux/fs/jffs2/ |
| H A D | gc.c | 1171 uint32_t alloclen, offset, orig_end, orig_start; in jffs2_garbage_collect_dnode() local 1182 orig_end = end; in jffs2_garbage_collect_dnode() 1313 orig_start, orig_end, start, end); in jffs2_garbage_collect_dnode() 1316 BUG_ON(end < orig_end); in jffs2_garbage_collect_dnode() 1342 while(offset < orig_end) { in jffs2_garbage_collect_dnode()
|
| /linux/fs/btrfs/ |
| H A D | zlib.c | 161 const u64 orig_end = start + len; in zlib_compress_bio() local 220 cur_len = btrfs_calc_input_length(in_folio, orig_end, start); in zlib_compress_bio()
|
| H A D | file.c | 2631 const u64 orig_end = offset + len - 1; in btrfs_punch_hole() local 2670 orig_start, orig_end); in btrfs_punch_hole() 2680 ret = btrfs_truncate_block(BTRFS_I(inode), offset, orig_start, orig_end); in btrfs_punch_hole() 2718 orig_start, orig_end); in btrfs_punch_hole() 2897 const u64 orig_end = offset + len - 1; in btrfs_zero_range() local 2961 orig_start, orig_end); in btrfs_zero_range() 2993 orig_start, orig_end); in btrfs_zero_range() 3011 orig_start, orig_end); in btrfs_zero_range()
|
| H A D | extent_io.c | 398 const u64 orig_end = *end; in find_lock_delalloc_range() local 408 ASSERT(orig_end > orig_start); in find_lock_delalloc_range() 412 orig_end <= folio_pos(locked_folio))); in find_lock_delalloc_range() 426 if (!found || delalloc_end <= *start || delalloc_start > orig_end) { in find_lock_delalloc_range() 430 *end = min(delalloc_end, orig_end); in find_lock_delalloc_range()
|
| H A D | extent-io-tree.c | 815 const u64 orig_end = state->end; in btrfs_clear_extent_bit_changeset() local 837 state->end = orig_end; in btrfs_clear_extent_bit_changeset()
|
| /linux/block/ |
| H A D | badblocks.c | 720 sector_t orig_end = BB_END(p[prev]); in front_overwrite() local 735 orig_end - BB_END(p[prev]), in front_overwrite() 764 orig_end - BB_END(p[prev + 1]), in front_overwrite()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1317 loff_t prefix_end, orig_end, middle_end; in nfsd_write_dio_iters_init() local 1333 orig_end = offset + total; in nfsd_write_dio_iters_init() 1334 middle_end = round_down(orig_end, offset_align); in nfsd_write_dio_iters_init() 1338 suffix = orig_end - middle_end; in nfsd_write_dio_iters_init()
|