Searched defs:kattr (Results 1 – 12 of 12) sorted by relevance
/linux/net/bpf/ |
H A D | test_run.c | 448 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 …]
|
H A D | bpf_dummy_struct_ops.c | 28 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/fs/ocfs2/ |
H A D | filecheck.c | 111 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/drivers/staging/greybus/ |
H A D | audio_manager_sysfs.c | 85 struct kobj_attribute *kattr) in manager_sysfs_init_attribute()
|
/linux/fs/ |
H A D | namespace.c | 4487 static unsigned int recalc_flags(struct mount_kattr *kattr, struct mount *mnt) in recalc_flags() 4499 static int can_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in can_idmap_mount() 4550 static inline bool mnt_allow_writers(const struct mount_kattr *kattr, in mnt_allow_writers() 4558 static int mount_setattr_prepare(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_prepare() 4607 static void do_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in do_idmap_mount() 4623 static void mount_setattr_commit(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_commit() 4646 static int do_mount_setattr(struct path *path, struct mount_kattr *kattr) in do_mount_setattr() 4721 struct mount_kattr *kattr, unsigned int flags) in build_mount_idmapped() 4772 struct mount_kattr *kattr, unsigned int flags) in build_mount_kattr() 4838 static void finish_mount_kattr(struct mount_kattr *kattr) in finish_mount_kattr() [all …]
|
/linux/lib/ |
H A D | kobject.c | 823 struct kobj_attribute *kattr; in kobj_attr_show() local 835 struct kobj_attribute *kattr; in kobj_attr_store() local [all...] |
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hw_engine_class_sysfs.c | 572 struct kobj_attribute *kattr; in xe_hw_engine_class_sysfs_attr_show() local 591 struct kobj_attribute *kattr; in xe_hw_engine_class_sysfs_attr_store() local
|
/linux/drivers/hid/ |
H A D | hid-cp2112.c | 948 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()
|
H A D | wacom_sys.c | 1870 struct kobj_attribute *kattr, in wacom_show_remote_mode()
|
/linux/include/linux/ |
H A D | bpf.h | 2919 const union bpf_attr *kattr, in bpf_prog_test_run_xdp() 2926 const union bpf_attr *kattr, in bpf_prog_test_run_skb() 2933 const union bpf_attr *kattr, in bpf_prog_test_run_tracing() 2940 const union bpf_attr *kattr, in bpf_prog_test_run_flow_dissector() 2947 const union bpf_attr *kattr, in bpf_prog_test_run_sk_lookup() 3191 const union bpf_attr *kattr, in bpf_prog_test_run_syscall()
|
/linux/kernel/sched/ |
H A D | syscalls.c | 1084 struct sched_attr kattr = { }; in SYSCALL_DEFINE4() local
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 2067 const union bpf_attr *kattr, in bpf_prog_test_run_tracing()
|