Searched refs:get_btrfs_kobj (Results 1 – 1 of 1) sorted by relevance
103 static struct kobject *get_btrfs_kobj(struct kobject *kobj);462 #define discard_to_fs_info(_kobj) to_fs_info(get_btrfs_kobj(_kobj))764 struct btrfs_fs_info *fs_info = to_fs_info(get_btrfs_kobj(kobj)); in btrfs_chunk_size_store()852 struct btrfs_fs_info *fs_info = to_fs_info(get_btrfs_kobj(kobj)); in btrfs_force_chunk_alloc_store()1622 static struct kobject *get_btrfs_kobj(struct kobject *kobj) in get_btrfs_kobj() function