Searched refs:O_SYNC (Results 1 - 25 of 35) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dfcntl.h4 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
11 #define O_SYNC 00100000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h4 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
13 #define O_SYNC 040000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fcntl.c25 | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h95 #ifndef O_SYNC
96 # define O_SYNC 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h5 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
13 #define O_SYNC 0x2000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfcntl.h13 #define O_SYNC 0x0010 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h5 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
12 #define O_SYNC 0x2000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h13 #define O_SYNC 0x0010 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h6 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
30 #ifndef O_SYNC
31 #define O_SYNC 00010000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dfile.c68 * If the inode is IS_SYNC, or is O_SYNC and we are doing data
72 if (file->f_flags & O_SYNC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dfile.c68 * If the inode is IS_SYNC, or is O_SYNC and we are doing data
72 if (file->f_flags & O_SYNC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliprint.c186 #if defined(O_SYNC)
187 if ((flags & O_SYNC) == O_SYNC) {
190 #endif /* O_SYNC */
H A Dclifile.c734 #if defined(O_SYNC)
735 if ((flags & O_SYNC) == O_SYNC) {
738 #endif /* O_SYNC */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.c102 #ifdef O_SYNC
103 { "sync", O_SYNC },
803 #ifdef O_SYNC
804 if(dev->mode & O_SYNC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dkspd.c84 #define MTSP_O_FSYNC O_SYNC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dfile.c152 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c219 #ifdef O_SYNC
220 printf(" S = O_SYNC\n");
258 #ifdef O_SYNC
260 flags |= O_SYNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmem.c53 if (file->f_flags & O_SYNC)
67 if (file->f_flags & O_SYNC)
75 * On ia64, we ignore O_SYNC because we cannot tolerate memory attribute aliases.
81 * that was marked O_SYNC will be done non-cached.
83 if (file->f_flags & O_SYNC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c499 if (flags & 0x8050) fl |= O_SYNC;
546 if (flags & O_SYNC) ret |= 0x8050;
551 if (arg & 0x8050) flags |= O_SYNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dfile.c230 if(flags.s) f |= O_SYNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c328 * as it forces O_SYNC writers to different parts of the same file
2067 ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2218 * For now, when the user asks for O_SYNC, we'll actually give O_DSYNC
2221 if (unlikely((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2354 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2380 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsplice.c825 if (unlikely((out->f_flags & O_SYNC) || IS_SYNC(inode))) {
880 if (unlikely((out->f_flags & O_SYNC) || IS_SYNC(inode))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c2083 /* For now, when the user asks for O_SYNC, we actually give O_DSYNC. */
2085 if (unlikely((file->f_flags & O_SYNC) || IS_SYNC(vi))) {
2152 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2180 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dfile.c379 /* Return error values for O_SYNC and IS_SYNC() */
380 if (result >= 0 && (IS_SYNC(inode) || (iocb->ki_filp->f_flags & O_SYNC))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dopen.c1247 #if defined(O_SYNC)
1249 flags2 |= O_SYNC;
1251 #endif /* O_SYNC */

Completed in 311 milliseconds

12