Searched refs:_attr (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/nilfs2/ |
D | sysfs.h | 54 struct nilfs_##name##_attr { \ 65 struct nilfs_##name##_attr { \ 67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 81 struct nilfs_##name##_attr { \ 83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 85 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 92 static struct nilfs_##type##_attr nilfs_##type##_attr_##name = \
|
D | sysfs.c | 42 struct nilfs_##name##_attr *a = container_of(attr, \ 43 struct nilfs_##name##_attr, \ 54 struct nilfs_##name##_attr *a = container_of(attr, \ 55 struct nilfs_##name##_attr, \
|
/linux-4.19.296/fs/ocfs2/cluster/ |
D | masklog.c | 106 #define to_mlog_attr(_attr) container_of(_attr, struct mlog_attribute, attr) argument
|
/linux-4.19.296/drivers/base/ |
D | class.c | 22 #define to_class_attr(_attr) container_of(_attr, struct class_attribute, attr) argument
|
D | bus.c | 26 #define to_bus_attr(_attr) container_of(_attr, struct bus_attribute, attr) argument 32 #define to_drv_attr(_attr) container_of(_attr, struct driver_attribute, attr) argument
|
D | core.c | 940 #define to_dev_attr(_attr) container_of(_attr, struct device_attribute, attr) argument
|
/linux-4.19.296/include/scsi/ |
D | libsas.h | 93 #define to_dev_attr(_attr) container_of(_attr, struct domain_dev_attribute,\ argument
|
/linux-4.19.296/drivers/hid/ |
D | hid-roccat-lua.c | 91 static struct bin_attribute lua_ ## thingy ## _attr = { \
|
/linux-4.19.296/drivers/xen/ |
D | sys-hypervisor.c | 28 static struct hyp_sysfs_attr _name##_attr = __ATTR_RO(_name) 31 static struct hyp_sysfs_attr _name##_attr = \
|
/linux-4.19.296/drivers/parisc/ |
D | pdc_stable.c | 136 #define to_pdcspath_attribute(_attr) container_of(_attr, struct pdcspath_attribute, attr) argument
|