Home
last modified time | relevance | path

Searched refs:peer_attribute (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Ddevice_node.h67 struct peer_attribute { struct
69 ssize_t (*show)(struct kobject *kobj, struct peer_attribute *attr, argument
71 ssize_t (*store)(struct kobject *kobj, struct peer_attribute *attr, argument
100 static inline struct peer_attribute *to_peer_attr(struct attribute *x) in to_peer_attr()
102 return container_of(x, struct peer_attribute, attr); in to_peer_attr()
Ddevice_node.c1484 static ssize_t features_show(struct kobject *kobj, struct peer_attribute *attr, in features_show()
1492 static ssize_t event_show(struct kobject *kobj, struct peer_attribute *attr, in event_show()
1524 static ssize_t stash_show(struct kobject *kobj, struct peer_attribute *attr, in stash_show()
1548 static ssize_t restore_show(struct kobject *kobj, struct peer_attribute *attr, in restore_show()
1572 static ssize_t rebuild_show(struct kobject *kobj, struct peer_attribute *attr, in rebuild_show()
1594 static struct peer_attribute peer_features_attr = __ATTR_RO(features);
1595 static struct peer_attribute peer_event_attr = __ATTR_RO(event);
1596 static struct peer_attribute peer_stash_attr = __ATTR_RO(stash);
1597 static struct peer_attribute peer_restore_attr = __ATTR_RO(restore);
1598 static struct peer_attribute peer_rebuild_attr = __ATTR_RO(rebuild);
[all …]