/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | fcntl.h | 25 #ifndef O_APPEND 26 #define O_APPEND 00002000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | fcntl.h | 39 #ifndef O_APPEND 40 #define O_APPEND 00002000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | fcntl.h | 23 #define O_APPEND 0x0008 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 11 #define O_APPEND 00010 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_operations.h | 29 #define PRT_FCNTL (O_NONBLOCK | O_NDELAY | O_APPEND | O_SYNC)
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | tomoyo.c | 294 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/ |
D | los_blackbox_common.c | 73 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/ |
D | nolibc.h | 454 #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/ |
D | cgroup_util.c | 43 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/ |
D | file.c | 50 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/ |
D | file.h | 226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
D | blackbox_common.c | 58 (is_append ? O_APPEND : O_TRUNC), BBOX_FILE_LIMIT); in full_write_file()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | file.c | 54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
D | file.c | 99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
D | hostfs_user.c | 83 mode |= O_APPEND; in open_file()
|
/kernel/linux/linux-5.10/fs/coda/ |
D | file.c | 221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | task_fd_query_user.c | 228 kfd = open(buf, O_WRONLY | O_APPEND, 0); in test_debug_fs_uprobe()
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
D | main.c | 393 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
|
/kernel/linux/linux-5.10/fs/ |
D | fcntl.c | 33 #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()
|