Home
last modified time | relevance | path

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

/fs/btrfs/
Dsysfs.c207 BTRFS_FEAT_ATTR_PTR(mixed_backref),
208 BTRFS_FEAT_ATTR_PTR(default_subvol),
209 BTRFS_FEAT_ATTR_PTR(mixed_groups),
210 BTRFS_FEAT_ATTR_PTR(compress_lzo),
211 BTRFS_FEAT_ATTR_PTR(big_metadata),
212 BTRFS_FEAT_ATTR_PTR(extended_iref),
213 BTRFS_FEAT_ATTR_PTR(raid56),
214 BTRFS_FEAT_ATTR_PTR(skinny_metadata),
215 BTRFS_FEAT_ATTR_PTR(no_holes),
Dsysfs.h54 #define BTRFS_FEAT_ATTR_PTR(_name) (&btrfs_attr_##_name.kobj_attr.attr) macro