Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 25 of 47) 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.c93 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
282 peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
303 peak_fd2 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
308 peak_fd3 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
337 peak_fd4 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak()
1052 O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_swap_max_peak()
1073 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/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/fs/overlayfs/
H A Dfile.c39 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/include/trace/misc/
H A Dfs.h32 { O_APPEND, "O_APPEND" }, \
/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/nfs/
H A Dfile.c52 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
/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()
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c48 fd = open(path, O_WRONLY | O_APPEND); in write_text()
/linux/tools/include/nolibc/
H A Dstdio.h72 flags = O_WRONLY | O_CREAT | O_APPEND; in fopen()
/linux/fs/ocfs2/dlmfs/
H A Ddlmfs.c135 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
/linux/fs/xfs/
H A Dxfs_ioctl.c937 (fd_file(f)->f_flags & O_APPEND)) in xfs_ioc_swapext()
946 (fd_file(tmp)->f_flags & O_APPEND)) in xfs_ioc_swapext()

12