Lines Matching refs:btrfs_fs_devices
21 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
519 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
530 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
534 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
596 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
612 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
718 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_rm_device_link()
752 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_device()
764 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_add_device_link()
805 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, in btrfs_sysfs_add_fsid()
820 struct btrfs_fs_devices *fs_devs = fs_info->fs_devices; in btrfs_sysfs_add_mounted()
869 struct btrfs_fs_devices *fs_devs; in btrfs_sysfs_feature_update()