Searched refs:__NR_syncfs (Results 1 – 10 of 10) sorted by relevance
17 return tst_syscall(__NR_syncfs, fd); in syncfs()
924 #ifdef __NR_syncfs925 { "syncfs", __NR_syncfs },
310 #define __NR_syncfs 306 macro
344 #define __NR_syncfs 344 macro
269 #define __NR_syncfs (__X32_SYSCALL_BIT + 306) macro
926 #ifndef __NR_syncfs927 # define __NR_syncfs (SYSCALL_BIT | 306) macro
235 return syscall(__NR_syncfs, fd); in tst_dev_sync()
723 #define __NR_syncfs 267 macro724 __SYSCALL(__NR_syncfs, sys_syncfs)
332 #define __NR_syncfs (__NR_SYSCALL_BASE + 373) macro
2105 #ifdef __NR_syncfs2106 #define SYS_syncfs __NR_syncfs