Home
last modified time | relevance | path

Searched refs:O_RSYNC (Results 1 – 25 of 35) sorted by relevance

12

/external/strace/xlat/
Dopen_mode_flags.h255 #if defined(O_RSYNC) || (defined(HAVE_DECL_O_RSYNC) && HAVE_DECL_O_RSYNC)
257 static_assert((O_RSYNC) == (02000000), "O_RSYNC != 02000000");
260 # define O_RSYNC 02000000
679 XLAT(O_RSYNC),
681 #if defined(O_RSYNC) || (defined(HAVE_DECL_O_RSYNC) && HAVE_DECL_O_RSYNC)
682 XLAT(O_RSYNC),
Dopen_mode_flags.in85 O_RSYNC 02000000
87 O_RSYNC
/external/ltp/testcases/kernel/fs/doio/
Dopen_flags.c132 #if O_RSYNC
133 {"O_RSYNC", O_RSYNC},
Diogen.c351 {"rsync", O_RSYNC}, /* affects reads */
352 {"rsync+dsync", O_RSYNC | O_DSYNC},
/external/syzkaller/sys/netbsd/
Dfs_amd64.const19 O_RSYNC = 131072
Dsys_amd64.const42 O_RSYNC = 131072
Dfs.txt66 …O_SHLOCK, O_EXLOCK, O_NOFOLLOW, O_CLOEXEC, O_NOSIGPIPE, O_DSYNC, O_SYNC, O_RSYNC, O_ALT_IO, O_NOCT…
Dsys.txt203 fcntl_status = O_APPEND, O_ASYNC, O_NONBLOCK, O_DSYNC, O_RSYNC, O_ALT_IO, O_DIRECT, O_NOSIGPIPE
/external/minijail/linux-x86/
Dlibconstants.gen.c722 #ifdef O_RSYNC
723 { "O_RSYNC", (unsigned long) O_RSYNC },
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c464 #ifdef O_RSYNC in all_ins()
465 if (ins(d, "O_RSYNC", (long)O_RSYNC)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-irix6/
DFILE.py572 O_RSYNC = 0x40 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go700 O_RSYNC = 0x8000 const
Dzerrors_openbsd_arm.go965 O_RSYNC = 0x80 const
Dzerrors_openbsd_amd64.go1009 O_RSYNC = 0x80 const
Dzerrors_openbsd_386.go964 O_RSYNC = 0x80 const
Dzerrors_netbsd_arm.go1070 O_RSYNC = 0x20000 const
Dzerrors_netbsd_386.go1090 O_RSYNC = 0x20000 const
Dzerrors_netbsd_amd64.go1080 O_RSYNC = 0x20000 const
Dzerrors_linux_sparc64.go931 O_RSYNC = 0x802000 const
Dzerrors_linux_mipsle.go1172 O_RSYNC = 0x4010 const
Dzerrors_linux_s390x.go1171 O_RSYNC = 0x101000 const
Dzerrors_linux_arm.go1171 O_RSYNC = 0x101000 const
Dzerrors_linux_ppc64le.go1173 O_RSYNC = 0x101000 const
Dzerrors_linux_mips64.go1172 O_RSYNC = 0x4010 const
Dzerrors_linux_ppc64.go1173 O_RSYNC = 0x101000 const

12