Searched refs:BTRFS_FEAT_ATTR_PTR (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | sysfs.c | 197 BTRFS_FEAT_ATTR_PTR(mixed_backref), 198 BTRFS_FEAT_ATTR_PTR(default_subvol), 199 BTRFS_FEAT_ATTR_PTR(mixed_groups), 200 BTRFS_FEAT_ATTR_PTR(compress_lzo), 201 BTRFS_FEAT_ATTR_PTR(compress_zstd), 202 BTRFS_FEAT_ATTR_PTR(big_metadata), 203 BTRFS_FEAT_ATTR_PTR(extended_iref), 204 BTRFS_FEAT_ATTR_PTR(raid56), 205 BTRFS_FEAT_ATTR_PTR(skinny_metadata), 206 BTRFS_FEAT_ATTR_PTR(no_holes), [all …]
|
D | sysfs.h | 51 #define BTRFS_FEAT_ATTR_PTR(_name) \ macro
|