Home
last modified time | relevance | path

Searched defs:kattr (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/net/bpf/
Dtest_run.c448 static int bpf_test_finish(const union bpf_attr *kattr, in bpf_test_finish()
680 const union bpf_attr *kattr, in bpf_prog_test_run_tracing()
751 const union bpf_attr *kattr, in bpf_prog_test_run_raw_tp()
808 static void *bpf_ctx_init(const union bpf_attr *kattr, u32 max_size) in bpf_ctx_init()
839 static int bpf_ctx_finish(const union bpf_attr *kattr, in bpf_ctx_finish()
978 int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_skb()
1199 int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_xdp()
1362 const union bpf_attr *kattr, in bpf_prog_test_run_flow_dissector()
1430 int bpf_prog_test_run_sk_lookup(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_sk_lookup()
1531 const union bpf_attr *kattr, in bpf_prog_test_run_syscall()
[all …]
Dbpf_dummy_struct_ops.c28 dummy_ops_init_args(const union bpf_attr *kattr, unsigned int nr) in dummy_ops_init_args()
129 int bpf_struct_ops_test_run(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_struct_ops_test_run()
/linux-6.15/drivers/platform/x86/dell/dell-wmi-sysman/
Dsysman.c226 struct kobj_attribute *kattr; in wmi_sysman_attr_show() local
238 struct kobj_attribute *kattr; in wmi_sysman_attr_store() local
/linux-6.15/fs/ocfs2/
Dfilecheck.c111 struct kobj_attribute *kattr = container_of(attr, in ocfs2_filecheck_show() local
126 struct kobj_attribute *kattr = container_of(attr, in ocfs2_filecheck_store() local
/linux-6.15/drivers/staging/greybus/
Daudio_manager_sysfs.c85 struct kobj_attribute *kattr) in manager_sysfs_init_attribute()
/linux-6.15/fs/
Dnamespace.c4839 static unsigned int recalc_flags(struct mount_kattr *kattr, struct mount *mnt) in recalc_flags()
4851 static int can_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in can_idmap_mount()
4901 static inline bool mnt_allow_writers(const struct mount_kattr *kattr, in mnt_allow_writers()
4909 static int mount_setattr_prepare(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_prepare()
4958 static void do_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in do_idmap_mount()
4972 static void mount_setattr_commit(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_commit()
4995 static int do_mount_setattr(struct path *path, struct mount_kattr *kattr) in do_mount_setattr()
5070 struct mount_kattr *kattr) in build_mount_idmapped()
5131 struct mount_kattr *kattr) in build_mount_kattr()
5183 static void finish_mount_kattr(struct mount_kattr *kattr) in finish_mount_kattr()
[all …]
/linux-6.15/lib/
Dkobject.c823 struct kobj_attribute *kattr; in kobj_attr_show() local
835 struct kobj_attribute *kattr; in kobj_attr_store() local
/linux-6.15/drivers/gpu/drm/xe/
Dxe_hw_engine_class_sysfs.c45 struct kobj_attribute *kattr; in xe_hw_engine_class_sysfs_attr_show() local
64 struct kobj_attribute *kattr; in xe_hw_engine_class_sysfs_attr_store() local
/linux-6.15/drivers/hid/
Dhid-cp2112.c948 static ssize_t pstr_store(struct device *kdev, struct device_attribute *kattr, in pstr_store()
977 static ssize_t pstr_show(struct device *kdev, struct device_attribute *kattr, in pstr_show()
Dwacom_sys.c1886 struct kobj_attribute *kattr, in wacom_show_remote_mode()
/linux-6.15/include/linux/
Dbpf.h2956 const union bpf_attr *kattr, in bpf_prog_test_run_xdp()
2963 const union bpf_attr *kattr, in bpf_prog_test_run_skb()
2970 const union bpf_attr *kattr, in bpf_prog_test_run_tracing()
2977 const union bpf_attr *kattr, in bpf_prog_test_run_flow_dissector()
2984 const union bpf_attr *kattr, in bpf_prog_test_run_sk_lookup()
3228 const union bpf_attr *kattr, in bpf_prog_test_run_syscall()
/linux-6.15/kernel/sched/
Dsyscalls.c1084 struct sched_attr kattr = { }; in SYSCALL_DEFINE4() local
/linux-6.15/kernel/trace/
Dbpf_trace.c2060 const union bpf_attr *kattr, in bpf_prog_test_run_tracing()