Searched refs:get_btrfs_kobj (Results 1 – 1 of 1) sorted by relevance
100 static struct kobject *get_btrfs_kobj(struct kobject *kobj);437 #define discard_to_fs_info(_kobj) to_fs_info(get_btrfs_kobj(_kobj))739 struct btrfs_fs_info *fs_info = to_fs_info(get_btrfs_kobj(kobj)); in btrfs_chunk_size_store()788 struct btrfs_fs_info *fs_info = to_fs_info(get_btrfs_kobj(kobj)); in btrfs_force_chunk_alloc_store()1279 static struct kobject *get_btrfs_kobj(struct kobject *kobj) in get_btrfs_kobj() function