Home
last modified time | relevance | path

Searched refs:_attr (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Dsysfs.h54 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 = \
Dsysfs.c42 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/
Dmasklog.c106 #define to_mlog_attr(_attr) container_of(_attr, struct mlog_attribute, attr) argument
/linux-4.19.296/drivers/base/
Dclass.c22 #define to_class_attr(_attr) container_of(_attr, struct class_attribute, attr) argument
Dbus.c26 #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
Dcore.c940 #define to_dev_attr(_attr) container_of(_attr, struct device_attribute, attr) argument
/linux-4.19.296/include/scsi/
Dlibsas.h93 #define to_dev_attr(_attr) container_of(_attr, struct domain_dev_attribute,\ argument
/linux-4.19.296/drivers/hid/
Dhid-roccat-lua.c91 static struct bin_attribute lua_ ## thingy ## _attr = { \
/linux-4.19.296/drivers/xen/
Dsys-hypervisor.c28 static struct hyp_sysfs_attr _name##_attr = __ATTR_RO(_name)
31 static struct hyp_sysfs_attr _name##_attr = \
/linux-4.19.296/drivers/parisc/
Dpdc_stable.c136 #define to_pdcspath_attribute(_attr) container_of(_attr, struct pdcspath_attribute, attr) argument