| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| A D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| A D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| A D | fcntl.h | 11 #define O_APPEND 00010 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| A D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
| /linux/tools/testing/selftests/sched_ext/ |
| A D | util.c | 38 fd = open(path, O_WRONLY | O_APPEND); in write_text()
|
| /linux/include/linux/ |
| A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| /linux/tools/testing/selftests/cgroup/ |
| A D | test_memcontrol.c | 202 peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 223 peak_fd2 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 228 peak_fd3 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 257 peak_fd4 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 962 O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_swap_max_peak() 983 mem_peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_swap_max_peak()
|
| A D | cgroup_util.c | 46 fd = open(path, O_WRONLY | O_APPEND); in write_text() 555 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
|
| /linux/include/trace/misc/ |
| A D | fs.h | 32 { O_APPEND, "O_APPEND" }, \
|
| /linux/security/apparmor/include/ |
| A D | file.h | 117 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
| /linux/fs/overlayfs/ |
| A D | file.c | 39 if (flags & O_APPEND) in ovl_open_realfile() 63 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 72 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
|
| /linux/security/tomoyo/ |
| A D | tomoyo.c | 315 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl() 318 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
|
| /linux/tools/testing/selftests/user_events/ |
| A D | dyn_test.c | 85 int fd = open(dyn_file, O_RDWR | O_APPEND); in parse_dyn()
|
| /linux/fs/vboxsf/ |
| A D | file.c | 99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
|
| /linux/fs/xfs/ |
| A D | xfs_exchrange.c | 774 if ((fxr->file1->f_flags & O_APPEND) || in xfs_exchange_range() 775 (fxr->file2->f_flags & O_APPEND)) in xfs_exchange_range()
|
| A D | xfs_ioctl.c | 896 (fd_file(f)->f_flags & O_APPEND)) { in xfs_ioc_swapext() 909 (fd_file(tmp)->f_flags & O_APPEND)) { in xfs_ioc_swapext()
|
| /linux/fs/nfs/ |
| A D | file.c | 50 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
| /linux/fs/coda/ |
| A D | file.c | 248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
| /linux/fs/hostfs/ |
| A D | hostfs_user.c | 85 mode |= O_APPEND; in open_file()
|
| /linux/tools/bootconfig/ |
| A D | main.c | 413 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
|
| /linux/fs/ |
| A D | fcntl.c | 38 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 49 if (((arg ^ filp->f_flags) & O_APPEND) && IS_APPEND(inode)) in setfl()
|
| /linux/fs/9p/ |
| A D | vfs_file.c | 77 if ((file->f_flags & O_APPEND) && in v9fs_file_open()
|
| /linux/fs/ocfs2/dlmfs/ |
| A D | dlmfs.c | 134 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
|
| /linux/kernel/ |
| A D | acct.c | 225 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|