Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/include/uapi/asm-generic/
Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/Linux-v6.6/include/uapi/asm-generic/
Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dfcntl.h5 #define O_APPEND 000000010 macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dfcntl.h14 #define O_APPEND 0x0008 macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dfcntl.h11 #define O_APPEND 00010 macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dfcntl.h5 #define O_APPEND 0x0008 macro
/Linux-v6.6/include/linux/
Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/Linux-v6.6/include/trace/misc/
Dfs.h32 { O_APPEND, "O_APPEND" }, \
/Linux-v6.6/security/tomoyo/
Dtomoyo.c314 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
317 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
/Linux-v6.6/security/apparmor/include/
Dfile.h151 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
/Linux-v6.6/fs/overlayfs/
Dfile.c51 if (flags & O_APPEND) in ovl_open_realfile()
75 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
84 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
/Linux-v6.6/tools/testing/selftests/cgroup/
Dcgroup_util.c46 fd = open(path, O_WRONLY | O_APPEND); in write_text()
531 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
/Linux-v6.6/fs/nfs/
Dfile.c50 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
/Linux-v6.6/fs/hostfs/
Dhostfs_user.c84 mode |= O_APPEND; in open_file()
/Linux-v6.6/fs/vboxsf/
Dfile.c99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
/Linux-v6.6/fs/coda/
Dfile.c250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/Linux-v6.6/fs/
Dfcntl.c35 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
46 if (((arg ^ filp->f_flags) & O_APPEND) && IS_APPEND(inode)) in setfl()
Dsplice.c1187 if (unlikely(out->f_flags & O_APPEND)) in do_splice_direct()
1281 if (unlikely(out->f_flags & O_APPEND)) in do_splice()
/Linux-v6.6/tools/bootconfig/
Dmain.c413 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
/Linux-v6.6/kernel/
Dacct.c226 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
/Linux-v6.6/fs/ocfs2/dlmfs/
Ddlmfs.c135 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
/Linux-v6.6/fs/xfs/
Dxfs_ioctl.c220 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle()
1673 (f.file->f_flags & O_APPEND)) { in xfs_ioc_swapext()
1686 (tmp.file->f_flags & O_APPEND)) { in xfs_ioc_swapext()
/Linux-v6.6/fs/9p/
Dvfs_file.c77 if ((file->f_flags & O_APPEND) && in v9fs_file_open()
/Linux-v6.6/arch/um/os-Linux/
Dfile.c200 f |= O_APPEND; in os_open_file()
/Linux-v6.6/security/integrity/ima/
Dima_crypto.c555 int flags = file->f_flags & ~(O_WRONLY | O_APPEND | in ima_calc_file_hash()

12