Lines Matching refs:btrfs_fs_devices
70 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
619 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
630 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
634 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
696 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
712 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
927 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_rm_device_link()
961 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_device()
973 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_add_device_link()
1012 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_update_sprout_fsid()
1034 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, in btrfs_sysfs_add_fsid()
1054 struct btrfs_fs_devices *fs_devs = fs_info->fs_devices; in btrfs_sysfs_add_mounted()
1110 struct btrfs_fs_devices *fs_devs; in btrfs_sysfs_feature_update()