/linux-4.4.14/include/uapi/asm-generic/ |
D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 4 #define O_APPEND 000000010 macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 10 #define O_APPEND 00010 macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 4 #define O_APPEND 0x0008 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | fcntl.h | 13 #define O_APPEND 0x0008 macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lite.h | 83 if (cmd == OBD_BRW_WRITE && (open_flags & O_APPEND)) { in lustre_build_lock_params()
|
/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 308 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl() 311 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
|
D | file.c | 762 error = tomoyo_path_permission(&r, (flag & O_APPEND) ? in tomoyo_check_open_permission()
|
/linux-4.4.14/fs/ |
D | fcntl.c | 30 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 41 if (((arg ^ filp->f_flags) & O_APPEND) && IS_APPEND(inode)) in setfl() 746 O_TRUNC | O_APPEND | /* O_NONBLOCK | */ in fcntl_init()
|
D | splice.c | 1329 if (unlikely(out->f_flags & O_APPEND)) in do_splice_direct() 1395 if (unlikely(out->f_flags & O_APPEND)) in do_splice()
|
D | open.c | 930 if (flags & O_APPEND) in build_open_flags()
|
D | namei.c | 2710 if ((flag & O_ACCMODE) != O_RDONLY && !(flag & O_APPEND)) in may_open()
|
/linux-4.4.14/security/apparmor/include/ |
D | file.h | 205 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
/linux-4.4.14/fs/coda/ |
D | file.c | 145 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
/linux-4.4.14/tools/perf/util/ |
D | probe-file.c | 83 ret = open(buf, O_RDWR | O_APPEND, 0); in open_probe_events()
|
/linux-4.4.14/fs/nfs/ |
D | file.c | 53 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
D | nfstrace.h | 268 { O_APPEND, "O_APPEND" }, \
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_user.c | 83 mode |= O_APPEND; in open_file()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 194 f |= O_APPEND; in os_open_file()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 228 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle() 1464 (f.file->f_flags & O_APPEND)) { in xfs_ioc_swapext() 1477 (tmp.file->f_flags & O_APPEND)) { in xfs_ioc_swapext()
|
/linux-4.4.14/kernel/ |
D | acct.c | 204 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 151 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
|
/linux-4.4.14/fs/9p/ |
D | vfs_file.c | 86 if ((file->f_flags & O_APPEND) && in v9fs_file_open()
|
D | vfs_inode_dotl.c | 186 { O_APPEND, P9_DOTL_APPEND }, in v9fs_mapped_dotl_flags()
|
D | vfs_inode.c | 199 if (uflags & O_APPEND) in v9fs_uflags2omode()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 162 if (flags & O_APPEND) in mds_pack_open_flags()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 37 O_ACCMODE | O_APPEND | O_NONBLOCK | \
|
/linux-4.4.14/sound/core/ |
D | rawmidi.c | 373 if ((file->f_flags & O_APPEND) && !(file->f_flags & O_NONBLOCK)) in snd_rawmidi_open() 405 if ((file->f_flags & O_APPEND) || maj == SOUND_MAJOR) /* OSS emul? */ in snd_rawmidi_open()
|
D | pcm.c | 937 if (file->f_flags & O_APPEND) { in snd_pcm_attach_substream()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 1939 if (file->f_flags & O_APPEND) in file_to_av() 3199 if ((file->f_flags & O_APPEND) && (mask & MAY_WRITE)) in selinux_revalidate_file_permission() 3434 if ((file->f_flags & O_APPEND) && !(arg & O_APPEND)) { in selinux_file_fcntl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1077 io->u.ci_wr.wr_append = !!(file->f_flags & O_APPEND); in ll_io_init() 1087 } else if (file->f_flags & O_APPEND) { in ll_io_init()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 8 Fix append problem to Samba servers (files opened with O_APPEND could 119 file is open with O_APPEND and file is on a directio (forcediretio) mount.
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2872 if (file->f_flags & O_APPEND) in iocb_flags()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 2333 file->f_flags &= ~O_APPEND; in snd_pcm_oss_open_file()
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 665 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 3879 if (!(file->f_mode & FMODE_WRITE) || (file->f_flags & O_APPEND)) in btrfs_ioctl_clone()
|