Home
last modified time | relevance | path

Searched refs:file_flags (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/overlayfs/
Dcopy_up.c852 int ovl_open_maybe_copy_up(struct dentry *dentry, unsigned int file_flags) in ovl_open_maybe_copy_up() argument
856 if (ovl_open_need_copy_up(dentry, file_flags)) { in ovl_open_maybe_copy_up()
859 err = ovl_copy_up_flags(dentry, file_flags); in ovl_open_maybe_copy_up()
Doverlayfs.h412 int ovl_open_maybe_copy_up(struct dentry *dentry, unsigned int file_flags);
/Linux-v4.19/kernel/bpf/
Dsyscall.c1458 #define BPF_OBJ_LAST_FIELD file_flags
1462 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags != 0) in bpf_obj_pin()
1471 attr->file_flags & ~BPF_OBJ_FLAG_MASK) in bpf_obj_get()
1475 attr->file_flags); in bpf_obj_get()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h337 __u32 file_flags; member
/Linux-v4.19/include/uapi/linux/
Dbpf.h337 __u32 file_flags; member
/Linux-v4.19/kernel/trace/
Dtrace_events.c374 unsigned long file_flags = file->flags; in __ftrace_event_enable_disable() local
476 if ((file_flags & EVENT_FILE_FL_SOFT_DISABLED) != in __ftrace_event_enable_disable()