Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsysfs.c198 BTRFS_FEAT_ATTR_PTR(mixed_backref),
199 BTRFS_FEAT_ATTR_PTR(default_subvol),
200 BTRFS_FEAT_ATTR_PTR(mixed_groups),
201 BTRFS_FEAT_ATTR_PTR(compress_lzo),
202 BTRFS_FEAT_ATTR_PTR(compress_zstd),
203 BTRFS_FEAT_ATTR_PTR(big_metadata),
204 BTRFS_FEAT_ATTR_PTR(extended_iref),
205 BTRFS_FEAT_ATTR_PTR(raid56),
206 BTRFS_FEAT_ATTR_PTR(skinny_metadata),
207 BTRFS_FEAT_ATTR_PTR(no_holes),
[all …]
Dsysfs.h51 #define BTRFS_FEAT_ATTR_PTR(_name) \ macro