Lines Matching refs:to_fs_info
20 static inline struct btrfs_fs_info *to_fs_info(struct kobject *kobj);
82 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_feature_attr_show()
104 fs_info = to_fs_info(kobj); in btrfs_feature_attr_store()
165 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_feature_visible()
261 struct btrfs_fs_info *fs_info = to_fs_info(kobj->parent); in global_rsv_size_show()
270 struct btrfs_fs_info *fs_info = to_fs_info(kobj->parent); in global_rsv_reserved_show()
388 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_label_show()
403 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_label_store()
439 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_nodesize_show()
449 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_sectorsize_show()
460 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_clone_alignment_show()
471 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in quota_override_show()
482 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in quota_override_store()
537 static inline struct btrfs_fs_info *to_fs_info(struct kobject *kobj) in to_fs_info() function