Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dfcntl.h5 #define O_APPEND 000000010 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dfcntl.h11 #define O_APPEND 00010 macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dfcntl.h5 #define O_APPEND 0x0008 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dfcntl.h14 #define O_APPEND 0x0008 macro
/Linux-v5.4/include/linux/
Dfcntl.h10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
/Linux-v5.4/tools/testing/selftests/cgroup/
Dcgroup_util.c42 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/
Dtomoyo.c300 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/
Dnolibc.h448 #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/
Dfile.h226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
/Linux-v5.4/fs/overlayfs/
Dfile.c44 #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/
Dfile.c54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
Dnfstrace.h337 TRACE_DEFINE_ENUM(O_APPEND);
355 { O_APPEND, "O_APPEND" }, \
/Linux-v5.4/samples/bpf/
Dtask_fd_query_user.c228 kfd = open(buf, O_WRONLY | O_APPEND, 0); in test_debug_fs_uprobe()
/Linux-v5.4/fs/coda/
Dfile.c221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/Linux-v5.4/fs/hostfs/
Dhostfs_user.c83 mode |= O_APPEND; in open_file()
/Linux-v5.4/tools/perf/
Dbuiltin-ftrace.c86 flags |= O_APPEND; in __write_tracing_file()
/Linux-v5.4/fs/
Dfcntl.c33 #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/
Dacct.c207 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
/Linux-v5.4/arch/um/os-Linux/
Dfile.c196 f |= O_APPEND; in os_open_file()
/Linux-v5.4/fs/ocfs2/dlmfs/
Ddlmfs.c137 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c428 int flags = file->f_flags & ~(O_WRONLY | O_APPEND | in ima_calc_file_hash()
/Linux-v5.4/fs/xfs/
Dxfs_ioctl.c214 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/
Dvfs_file.c71 if ((file->f_flags & O_APPEND) && in v9fs_file_open()

12