| /Linux-v6.6/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
| /Linux-v6.6/include/uapi/asm-generic/ |
| D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
| /Linux-v6.6/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
| /Linux-v6.6/arch/mips/include/uapi/asm/ |
| D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
| /Linux-v6.6/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 11 #define O_APPEND 00010 macro
|
| /Linux-v6.6/arch/sparc/include/uapi/asm/ |
| D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
| /Linux-v6.6/include/linux/ |
| D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| /Linux-v6.6/include/trace/misc/ |
| D | fs.h | 32 { O_APPEND, "O_APPEND" }, \
|
| /Linux-v6.6/security/tomoyo/ |
| D | tomoyo.c | 314 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/ |
| D | file.h | 151 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
| /Linux-v6.6/fs/overlayfs/ |
| D | file.c | 51 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/ |
| D | cgroup_util.c | 46 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/ |
| D | file.c | 50 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
| /Linux-v6.6/fs/hostfs/ |
| D | hostfs_user.c | 84 mode |= O_APPEND; in open_file()
|
| /Linux-v6.6/fs/vboxsf/ |
| D | file.c | 99 if (file->f_flags & O_APPEND) in vboxsf_file_open()
|
| /Linux-v6.6/fs/coda/ |
| D | file.c | 250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
| /Linux-v6.6/fs/ |
| D | fcntl.c | 35 #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()
|
| D | splice.c | 1187 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/ |
| D | main.c | 413 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
|
| /Linux-v6.6/kernel/ |
| D | acct.c | 226 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
| /Linux-v6.6/fs/ocfs2/dlmfs/ |
| D | dlmfs.c | 135 file->f_flags &= ~O_APPEND; in dlmfs_file_open()
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_ioctl.c | 220 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/ |
| D | vfs_file.c | 77 if ((file->f_flags & O_APPEND) && in v9fs_file_open()
|
| /Linux-v6.6/arch/um/os-Linux/ |
| D | file.c | 200 f |= O_APPEND; in os_open_file()
|
| /Linux-v6.6/security/integrity/ima/ |
| D | ima_crypto.c | 555 int flags = file->f_flags & ~(O_WRONLY | O_APPEND | in ima_calc_file_hash()
|