Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dsysfs.c46 struct btrfs_feature_attr { struct
81 static struct btrfs_feature_attr btrfs_attr_features_##_name = { \
102 static struct btrfs_feature_attr *to_btrfs_feature_attr(struct kobj_attribute *a) in to_btrfs_feature_attr()
104 return container_of(a, struct btrfs_feature_attr, kobj_attr); in to_btrfs_feature_attr()
112 static struct btrfs_feature_attr *attr_to_btrfs_feature_attr( in attr_to_btrfs_feature_attr()
142 static int can_modify_feature(struct btrfs_feature_attr *fa) in can_modify_feature()
178 struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a); in btrfs_feature_attr_show()
194 struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a); in btrfs_feature_attr_store()
264 struct btrfs_feature_attr *fa; in btrfs_feature_visible()
1292 static struct btrfs_feature_attr btrfs_feature_attrs[FEAT_MAX][NUM_FEATURE_BITS];
[all …]