Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h121 #ifndef O_APPEND
122 #define O_APPEND 02000 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 000000010 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h14 #define O_APPEND 0x0008 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h11 #define O_APPEND 00010 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 0x0008 macro
/openbmc/linux/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch101 + 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 Dfs.h32 { O_APPEND, "O_APPEND" }, \
/openbmc/qemu/chardev/
H A Dchar-file.c76 flags |= O_APPEND; in qmp_chardev_open_file()
/openbmc/linux/security/tomoyo/
H A Dtomoyo.c314 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 D0001-nfs-Support-libnfs-6-backport-to-1.56.patch58 + O_CREAT | O_APPEND,
64 O_APPEND,
/openbmc/linux/security/apparmor/include/
H A Dfile.h154 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
/openbmc/linux/fs/overlayfs/
H A Dfile.c51 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 Dcommands-posix.c378 { (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 Dcgroup_util.c46 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 Dlog-handler.c134 lh->fd = open(lh->log_filename, O_WRONLY | O_CREAT | O_APPEND, 0644); in log_create()
/openbmc/linux/fs/nfs/
H A Dfile.c50 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
/openbmc/linux/fs/vboxsf/
H A Dfile.c99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
/openbmc/linux/fs/
H A Dfcntl.c35 #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 Dhostfs_user.c85 mode |= O_APPEND; in open_file()
/openbmc/linux/fs/coda/
H A Dfile.c250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/openbmc/linux/tools/bootconfig/
H A Dmain.c413 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
/openbmc/linux/kernel/
H A Dacct.c226 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()

123