Home
last modified time | relevance | path

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

12

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/linux/rust/kernel/fs/
H A Dfile.rs28 pub const O_APPEND: u32 = bindings::O_APPEND; constant
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 000000010 macro
/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h14 #define O_APPEND 0x0008 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h11 #define O_APPEND 00010 macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 0x0008 macro
/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c94 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
283 peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
304 peak_fd2 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
309 peak_fd3 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
338 peak_fd4 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
1053 O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_swap_max_peak()
1074 mem_peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_swap_max_peak()
H A Dcgroup_util.c
/linux/tools/testing/selftests/sched_ext/
H A Dutil.c38 fd = open(path, O_WRONLY | O_APPEND); in write_text()
/linux/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/linux/include/trace/misc/
H A Dfs.h32 { O_APPEND, "O_APPEND" }, \
/linux/security/tomoyo/
H A Dtomoyo.c315 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/security/apparmor/include/
H A Dfile.h122 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
/linux/tools/testing/selftests/user_events/
H A Ddyn_test.c85 int fd = open(dyn_file, O_RDWR | O_APPEND); in parse_dyn()
/linux/fs/vboxsf/
H A Dfile.c99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
/linux/fs/coda/
H A Dfile.c248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/linux/tools/bootconfig/
H A Dmain.c425 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
/linux/fs/
H A Dfcntl.c37 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
48 if (((arg ^ filp->f_flags) & O_APPEND) && IS_APPEND(inode)) in setfl()
H A Dsplice.c1199 if (unlikely(out->f_flags & O_APPEND)) in do_splice_direct_actor()
1338 if (unlikely(out->f_flags & O_APPEND)) in do_splice()
/linux/tools/include/nolibc/
H A Dstdio.h72 flags = O_WRONLY | O_CREAT | O_APPEND; in fopen()
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c48 fd = open(path, O_WRONLY | O_APPEND); in write_text()
/linux/arch/um/os-Linux/
H A Dfile.c186 f |= O_APPEND; in os_open_file()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c401 { O_APPEND, "O_APPEND" }, in TEST_F()
/linux/security/integrity/ima/
H A Dima_crypto.c266 int flags = file->f_flags & ~(O_WRONLY | O_APPEND | in ima_alloc_pages()

12