btrfs_feature_attr
static struct btrfs_feature_attr *to_btrfs_feature_attr(struct kobj_attribute *a)
return container_of(a, struct btrfs_feature_attr, kobj_attr);
static struct btrfs_feature_attr *attr_to_btrfs_feature_attr(
static int can_modify_feature(struct btrfs_feature_attr *fa)
static struct btrfs_feature_attr btrfs_feature_attrs[FEAT_MAX][NUM_FEATURE_BITS];
struct btrfs_feature_attr *fa;
struct btrfs_feature_attr *fa;
struct btrfs_feature_attr *sfa;
struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a);
struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a);
struct btrfs_feature_attr *fa;
static struct btrfs_feature_attr btrfs_attr_features_##_name = { \