1 /* Selective file content synch'ing.
2 Copyright (C) 2006, 2007, 2011 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public
16 License along with the GNU C Library; if not, write to the Free
17 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 #include <bits/errno.h>
26 ENTRY (__call_sync_file_range)
27 #ifdef __NR_sync_file_range
29 cfi_adjust_cfa_offset (4)
31 cfi_adjust_cfa_offset (4)
33 cfi_adjust_cfa_offset (4)
35 cfi_adjust_cfa_offset (4)
38 cfi_rel_offset (ebx, 12)
42 cfi_rel_offset (esi, 8)
44 cfi_rel_offset (edi, 4)
46 cfi_rel_offset (ebp, 0)
48 movl $SYS_ify(sync_file_range), %eax
52 cfi_adjust_cfa_offset (-4)
55 cfi_adjust_cfa_offset (-4)
58 cfi_adjust_cfa_offset (-4)
61 cfi_adjust_cfa_offset (-4)
65 jae SYSCALL_ERROR_LABEL
68 jmp SYSCALL_ERROR_LABEL
72 PSEUDO_END (__call_sync_file_range)