| /Linux-v5.4/include/uapi/asm-generic/ |
| D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
| /Linux-v5.4/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 11 #define O_APPEND 00010 macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
| /Linux-v5.4/include/linux/ |
| D | fcntl.h | 10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
|
| /Linux-v5.4/tools/testing/selftests/cgroup/ |
| D | cgroup_util.c | 42 fd = open(path, O_WRONLY | O_APPEND); in write_text() 399 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
|
| /Linux-v5.4/security/tomoyo/ |
| D | tomoyo.c | 300 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl() 303 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
|
| /Linux-v5.4/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.4/security/apparmor/include/ |
| D | file.h | 226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
| /Linux-v5.4/fs/overlayfs/ |
| D | file.c | 44 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 60 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
|
| /Linux-v5.4/fs/nfs/ |
| D | file.c | 54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
| D | nfstrace.h | 337 TRACE_DEFINE_ENUM(O_APPEND); 355 { O_APPEND, "O_APPEND" }, \
|
| /Linux-v5.4/samples/bpf/ |
| D | task_fd_query_user.c | 228 kfd = open(buf, O_WRONLY | O_APPEND, 0); in test_debug_fs_uprobe()
|
| /Linux-v5.4/fs/coda/ |
| D | file.c | 221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
| /Linux-v5.4/fs/hostfs/ |
| D | hostfs_user.c | 83 mode |= O_APPEND; in open_file()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-ftrace.c | 86 flags |= O_APPEND; in __write_tracing_file()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/kernel/ |
| D | acct.c | 207 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
| /Linux-v5.4/arch/um/os-Linux/ |
| D | file.c | 196 f |= O_APPEND; in os_open_file()
|
| /Linux-v5.4/fs/ocfs2/dlmfs/ |
| D | dlmfs.c | 137 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_crypto.c | 428 int flags = file->f_flags & ~(O_WRONLY | O_APPEND | in ima_calc_file_hash()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_ioctl.c | 214 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle() 1951 (f.file->f_flags & O_APPEND)) { in xfs_ioc_swapext() 1964 (tmp.file->f_flags & O_APPEND)) { in xfs_ioc_swapext()
|
| /Linux-v5.4/fs/9p/ |
| D | vfs_file.c | 71 if ((file->f_flags & O_APPEND) && in v9fs_file_open()
|