/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 121 #ifndef O_APPEND 122 #define O_APPEND 02000 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 11 #define O_APPEND 00010 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | CVE-2019-13636.patch | 101 + int to_flags = O_WRONLY | O_APPEND | O_BINARY; 104 - if ((tofd = safe_open (to, O_WRONLY | O_BINARY | O_APPEND, 0)) < 0)
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 32 { O_APPEND, "O_APPEND" }, \
|
/openbmc/qemu/chardev/ |
H A D | char-file.c | 76 flags |= O_APPEND; in qmp_chardev_open_file()
|
/openbmc/linux/security/tomoyo/ |
H A D | tomoyo.c | 314 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl() 317 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs/ |
H A D | 0001-nfs-Support-libnfs-6-backport-to-1.56.patch | 58 + O_CREAT | O_APPEND, 64 O_APPEND,
|
/openbmc/linux/security/apparmor/include/ |
H A D | file.h | 154 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 51 if (flags & O_APPEND) in ovl_open_realfile() 75 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 84 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 378 { (ccpc[]){ "a", NULL }, O_WRONLY | O_CREAT | O_APPEND }, 379 { (ccpc[]){ "ab", NULL }, O_WRONLY | O_CREAT | O_APPEND | O_BINARY }, 384 { (ccpc[]){ "a+", NULL }, O_RDWR | O_CREAT | O_APPEND }, 385 { (ccpc[]){ "ab+", "a+b", NULL }, O_RDWR | O_CREAT | O_APPEND | O_BINARY }
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 46 fd = open(path, O_WRONLY | O_APPEND); in write_text() 533 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
|
/openbmc/obmc-console/ |
H A D | log-handler.c | 134 lh->fd = open(lh->log_filename, O_WRONLY | O_CREAT | O_APPEND, 0644); in log_create()
|
/openbmc/linux/fs/nfs/ |
H A D | file.c | 50 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
/openbmc/linux/fs/vboxsf/ |
H A D | file.c | 99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 35 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 46 if (((arg ^ filp->f_flags) & O_APPEND) && IS_APPEND(inode)) in setfl()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_user.c | 85 mode |= O_APPEND; in open_file()
|
/openbmc/linux/fs/coda/ |
H A D | file.c | 250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 413 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
|
/openbmc/linux/kernel/ |
H A D | acct.c | 226 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|