Lines Matching refs:btrfs_feature_attr
45 struct btrfs_feature_attr { struct
76 static struct btrfs_feature_attr btrfs_attr_features_##_name = { \
96 static struct btrfs_feature_attr *to_btrfs_feature_attr(struct kobj_attribute *a) in to_btrfs_feature_attr()
98 return container_of(a, struct btrfs_feature_attr, kobj_attr); in to_btrfs_feature_attr()
106 static struct btrfs_feature_attr *attr_to_btrfs_feature_attr( in attr_to_btrfs_feature_attr()
136 static int can_modify_feature(struct btrfs_feature_attr *fa) in can_modify_feature()
172 struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a); in btrfs_feature_attr_show()
188 struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a); in btrfs_feature_attr_store()
258 struct btrfs_feature_attr *fa; in btrfs_feature_visible()
1109 static struct btrfs_feature_attr btrfs_feature_attrs[FEAT_MAX][NUM_FEATURE_BITS];
1136 struct btrfs_feature_attr *fa; in addrm_unknown_feature_attrs()
1276 struct btrfs_feature_attr *fa; in init_feature_attrs()
1289 struct btrfs_feature_attr *sfa; in init_feature_attrs()