Home
last modified time | relevance | path

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

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