Home
last modified time | relevance | path

Searched refs:sysfs_bin_attr_simple_read (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/kernel/bpf/
Dsysfs_btf.c17 .read_new = sysfs_bin_attr_simple_read,
Dbtf.c8067 attr->read_new = sysfs_bin_attr_simple_read; in btf_module_notify()
/linux-6.14.4/include/linux/
Dsysfs.h398 __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/
Dfile.c819 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/
Dsysfs.c193 nattr->read_new = sysfs_bin_attr_simple_read; in add_notes_attrs()
/linux-6.14.4/init/
Dinitramfs.c594 static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0);
/linux-6.14.4/arch/powerpc/platforms/powernv/
Dopal.c818 attr->read_new = sysfs_bin_attr_simple_read; in opal_add_one_export()