Searched refs:__NR_fdatasync (Results 1 – 10 of 10) sorted by relevance
4 #ifdef __NR_fdatasync14 long rc = syscall(__NR_fdatasync, fd); in main()
231 #ifdef __NR_fdatasync232 { "fdatasync", __NR_fdatasync },
79 #define __NR_fdatasync 75 macro
152 #define __NR_fdatasync 148 macro
68 #define __NR_fdatasync (__X32_SYSCALL_BIT + 75) macro
233 #ifndef __NR_fdatasync234 # define __NR_fdatasync (SYSCALL_BIT | 75) macro
261 #define __NR_fdatasync 83 macro262 __SYSCALL(__NR_fdatasync, sys_fdatasync)
115 #define __NR_fdatasync (__NR_SYSCALL_BASE + 148) macro