Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dfcntl.h25 #ifndef O_APPEND
26 #define O_APPEND 00002000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dfcntl.h39 #ifndef O_APPEND
40 #define O_APPEND 00002000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dfcntl.h23 #define O_APPEND 0x0008 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dfcntl.h5 #define O_APPEND 000000010 macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dfcntl.h11 #define O_APPEND 00010 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dfcntl.h5 #define O_APPEND 0x0008 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dfcntl.h14 #define O_APPEND 0x0008 macro
/kernel/linux/linux-5.10/include/linux/
Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/uniproton/src/fs/vfs/
Dvfs_operations.h29 #define PRT_FCNTL (O_NONBLOCK | O_NDELAY | O_APPEND | O_SYNC)
/kernel/linux/linux-5.10/security/tomoyo/
Dtomoyo.c294 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
297 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
/kernel/liteos_a/kernel/extended/blackbox/
Dlos_blackbox_common.c73 fd = open(filePath, O_CREAT | O_RDWR | (isAppend ? O_APPEND : O_TRUNC), BBOX_FILE_MODE); in FullWriteFile()
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h454 #define O_APPEND 0x400 macro
642 #define O_APPEND 0x400 macro
826 #define O_APPEND 0x400 macro
1022 #define O_APPEND 0x400 macro
1224 #define O_APPEND 0x0008 macro
1424 #define O_APPEND 0x2000 macro
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
Dcgroup_util.c43 fd = open(path, O_WRONLY | O_APPEND); in write_text()
518 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
/kernel/linux/linux-5.10/fs/overlayfs/
Dfile.c50 if (flags & O_APPEND) in ovl_open_realfile()
72 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
87 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
/kernel/linux/linux-5.10/security/apparmor/include/
Dfile.h226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
/kernel/linux/linux-5.10/drivers/staging/blackbox/
Dblackbox_common.c58 (is_append ? O_APPEND : O_TRUNC), BBOX_FILE_LIMIT); in full_write_file()
/kernel/linux/linux-5.10/fs/nfs/
Dfile.c54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
/kernel/linux/linux-5.10/fs/vboxsf/
Dfile.c99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_user.c83 mode |= O_APPEND; in open_file()
/kernel/linux/linux-5.10/fs/coda/
Dfile.c221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/kernel/linux/linux-5.10/samples/bpf/
Dtask_fd_query_user.c228 kfd = open(buf, O_WRONLY | O_APPEND, 0); in test_debug_fs_uprobe()
/kernel/linux/linux-5.10/tools/bootconfig/
Dmain.c393 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
/kernel/linux/linux-5.10/fs/
Dfcntl.c33 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
44 if (((arg ^ filp->f_flags) & O_APPEND) && IS_APPEND(inode)) in setfl()

123