Lines Matching refs:to_fs_info
21 static inline struct btrfs_fs_info *to_fs_info(struct kobject *kobj);
83 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_feature_attr_show()
105 fs_info = to_fs_info(kobj); in btrfs_feature_attr_store()
166 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_feature_visible()
262 struct btrfs_fs_info *fs_info = to_fs_info(kobj->parent); in global_rsv_size_show()
271 struct btrfs_fs_info *fs_info = to_fs_info(kobj->parent); in global_rsv_reserved_show()
389 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_label_show()
404 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_label_store()
440 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_nodesize_show()
450 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_sectorsize_show()
461 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_clone_alignment_show()
472 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in quota_override_show()
483 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in quota_override_store()
538 static inline struct btrfs_fs_info *to_fs_info(struct kobject *kobj) in to_fs_info() function