| /Linux-v5.10/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
| /Linux-v5.10/include/uapi/asm-generic/ |
| D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
| /Linux-v5.10/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
| /Linux-v5.10/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 11 #define O_APPEND 00010 macro
|
| /Linux-v5.10/arch/sparc/include/uapi/asm/ |
| D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
| /Linux-v5.10/arch/mips/include/uapi/asm/ |
| D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
| /Linux-v5.10/include/linux/ |
| D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| /Linux-v5.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()
|
| /Linux-v5.10/tools/include/nolibc/ |
| D | nolibc.h | 448 #define O_APPEND 0x400 macro 628 #define O_APPEND 0x400 macro 813 #define O_APPEND 0x400 macro 1010 #define O_APPEND 0x400 macro 1212 #define O_APPEND 0x0008 macro 1413 #define O_APPEND 0x2000 macro
|
| /Linux-v5.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()
|
| /Linux-v5.10/fs/overlayfs/ |
| D | file.c | 49 if (flags & O_APPEND) in ovl_open_realfile() 71 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 86 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
|
| /Linux-v5.10/security/apparmor/include/ |
| D | file.h | 226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
| /Linux-v5.10/fs/nfs/ |
| D | file.c | 54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
| /Linux-v5.10/samples/bpf/ |
| D | task_fd_query_user.c | 228 kfd = open(buf, O_WRONLY | O_APPEND, 0); in test_debug_fs_uprobe()
|
| D | bpf_load.c | 66 flags = O_WRONLY | O_APPEND; in write_kprobe_events()
|
| /Linux-v5.10/fs/coda/ |
| D | file.c | 221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
| /Linux-v5.10/fs/hostfs/ |
| D | hostfs_user.c | 83 mode |= O_APPEND; in open_file()
|
| /Linux-v5.10/fs/vboxsf/ |
| D | file.c | 77 if (file->f_flags & O_APPEND) in vboxsf_file_open()
|
| /Linux-v5.10/tools/bootconfig/ |
| D | main.c | 393 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
|
| /Linux-v5.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()
|
| D | splice.c | 969 if (unlikely(out->f_flags & O_APPEND)) in do_splice_direct() 1048 if (unlikely(out->f_flags & O_APPEND)) in do_splice()
|
| /Linux-v5.10/kernel/ |
| D | acct.c | 207 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
| /Linux-v5.10/fs/ocfs2/dlmfs/ |
| D | dlmfs.c | 137 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
|
| /Linux-v5.10/arch/um/os-Linux/ |
| D | file.c | 200 f |= O_APPEND; in os_open_file()
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_ioctl.c | 218 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle() 1890 (f.file->f_flags & O_APPEND)) { in xfs_ioc_swapext() 1903 (tmp.file->f_flags & O_APPEND)) { in xfs_ioc_swapext()
|