Home
last modified time | relevance | path

Searched refs:old_end (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dreservations.c773 unsigned int old_end = ocfs2_resv_end(resv); in ocfs2_adjust_resv_from_alloc() local
775 BUG_ON(start != resv->r_start || old_end < end); in ocfs2_adjust_resv_from_alloc()
780 if (old_end == end) { in ocfs2_adjust_resv_from_alloc()
785 rhs = old_end - end; in ocfs2_adjust_resv_from_alloc()
793 resv->r_len = old_end - resv->r_start + 1; in ocfs2_adjust_resv_from_alloc()
/fs/
Dexec.c597 unsigned long old_end = vma->vm_end; in shift_arg_pages() local
598 unsigned long length = old_end - old_start; in shift_arg_pages()
600 unsigned long new_end = old_end - shift; in shift_arg_pages()
615 if (vma_adjust(vma, new_start, old_end, vma->vm_pgoff, NULL)) in shift_arg_pages()
632 free_pgd_range(&tlb, new_end, old_end, new_end, in shift_arg_pages()
641 free_pgd_range(&tlb, old_start, old_end, new_end, in shift_arg_pages()
644 tlb_finish_mmu(&tlb, new_end, old_end); in shift_arg_pages()
/fs/btrfs/
Dfree-space-cache.c1927 u64 old_end = info->offset + info->bytes; in btrfs_remove_free_space() local
1930 info->bytes = old_end - info->offset; in btrfs_remove_free_space()