Searched refs:new_start (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | exec.c | 513 unsigned long new_start = old_start - shift; in shift_arg_pages() local 517 BUG_ON(new_start > new_end); in shift_arg_pages() 523 if (vma != find_vma(mm, new_start)) in shift_arg_pages() 529 vma_adjust(vma, new_start, old_end, vma->vm_pgoff, NULL); in shift_arg_pages() 536 vma, new_start, length)) in shift_arg_pages() 562 vma_adjust(vma, new_start, new_end, vma->vm_pgoff, NULL); in shift_arg_pages()
|
/fs/ocfs2/ |
D | alloc.c | 5469 unsigned int new_start) in ocfs2_truncate_log_can_coalesce() argument 5482 return current_tail == new_start; in ocfs2_truncate_log_can_coalesce()
|