Searched refs:sysfs_bin_attr_simple_read (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | sysfs.h | 381 __BIN_ATTR(_name, _mode, sysfs_bin_attr_simple_read, NULL, 0) 496 ssize_t sysfs_bin_attr_simple_read(struct file *file, struct kobject *kobj, 758 static inline ssize_t sysfs_bin_attr_simple_read(struct file *file, in sysfs_bin_attr_simple_read() function
|
/linux/init/ |
H A D | initramfs.c | 605 static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0);
|
/linux/kernel/bpf/ |
H A D | btf.c | 8186 attr->read_new = sysfs_bin_attr_simple_read; in btf_module_notify()
|