Searched refs:sysfs_bin_attr_simple_read (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/kernel/bpf/ |
D | sysfs_btf.c | 17 .read_new = sysfs_bin_attr_simple_read,
|
D | btf.c | 8067 attr->read_new = sysfs_bin_attr_simple_read; in btf_module_notify()
|
/linux-6.14.4/include/linux/ |
D | sysfs.h | 398 __BIN_ATTR(_name, _mode, sysfs_bin_attr_simple_read, NULL, 0) 513 ssize_t sysfs_bin_attr_simple_read(struct file *file, struct kobject *kobj, 775 static inline ssize_t sysfs_bin_attr_simple_read(struct file *file, in sysfs_bin_attr_simple_read() function
|
/linux-6.14.4/fs/sysfs/ |
D | file.c | 819 ssize_t sysfs_bin_attr_simple_read(struct file *file, struct kobject *kobj, in sysfs_bin_attr_simple_read() function 826 EXPORT_SYMBOL_GPL(sysfs_bin_attr_simple_read);
|
/linux-6.14.4/kernel/module/ |
D | sysfs.c | 193 nattr->read_new = sysfs_bin_attr_simple_read; in add_notes_attrs()
|
/linux-6.14.4/init/ |
D | initramfs.c | 594 static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0);
|
/linux-6.14.4/arch/powerpc/platforms/powernv/ |
D | opal.c | 818 attr->read_new = sysfs_bin_attr_simple_read; in opal_add_one_export()
|