Home
last modified time | relevance | path

Searched refs:peer_attribute (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.h66 struct peer_attribute { struct
68 ssize_t (*show)(struct kobject *kobj, struct peer_attribute *attr,
70 ssize_t (*store)(struct kobject *kobj, struct peer_attribute *attr,
99 static inline struct peer_attribute *to_peer_attr(struct attribute *x) in to_peer_attr()
101 return container_of(x, struct peer_attribute, attr); in to_peer_attr()
H A Ddevice_node.c1434 static ssize_t features_show(struct kobject *kobj, struct peer_attribute *attr, in features_show()
1442 static ssize_t event_show(struct kobject *kobj, struct peer_attribute *attr, in event_show()
1474 static ssize_t stash_show(struct kobject *kobj, struct peer_attribute *attr, in stash_show()
1498 static ssize_t restore_show(struct kobject *kobj, struct peer_attribute *attr, in restore_show()
1522 static ssize_t rebuild_show(struct kobject *kobj, struct peer_attribute *attr, in rebuild_show()
1544 static struct peer_attribute peer_features_attr = __ATTR_RO(features);
1545 static struct peer_attribute peer_event_attr = __ATTR_RO(event);
1546 static struct peer_attribute peer_stash_attr = __ATTR_RO(stash);
1547 static struct peer_attribute peer_restore_attr = __ATTR_RO(restore);
1548 static struct peer_attribute peer_rebuild_att
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Ddevice_node.h66 struct peer_attribute { struct
68 ssize_t (*show)(struct kobject *kobj, struct peer_attribute *attr,
70 ssize_t (*store)(struct kobject *kobj, struct peer_attribute *attr,
99 static inline struct peer_attribute *to_peer_attr(struct attribute *x) in to_peer_attr()
101 return container_of(x, struct peer_attribute, attr); in to_peer_attr()
H A Ddevice_node.c1436 static ssize_t features_show(struct kobject *kobj, struct peer_attribute *attr, in features_show()
1444 static ssize_t event_show(struct kobject *kobj, struct peer_attribute *attr, in event_show()
1476 static ssize_t stash_show(struct kobject *kobj, struct peer_attribute *attr, in stash_show()
1500 static ssize_t restore_show(struct kobject *kobj, struct peer_attribute *attr, in restore_show()
1524 static ssize_t rebuild_show(struct kobject *kobj, struct peer_attribute *attr, in rebuild_show()
1546 static struct peer_attribute peer_features_attr = __ATTR_RO(features);
1547 static struct peer_attribute peer_event_attr = __ATTR_RO(event);
1548 static struct peer_attribute peer_stash_attr = __ATTR_RO(stash);
1549 static struct peer_attribute peer_restore_attr = __ATTR_RO(restore);
1550 static struct peer_attribute peer_rebuild_att
[all...]

Completed in 6 milliseconds