Lines Matching refs:btrfs_fs_devices
74 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
871 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
882 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
886 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
948 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
970 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
984 static void btrfs_sysfs_remove_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_remove_fs_devices()
987 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices()
1386 static int btrfs_sysfs_add_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_add_fs_devices()
1390 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices()
1424 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_update_sprout_fsid()
1460 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_fsid()
1497 struct btrfs_fs_devices *fs_devs = fs_info->fs_devices; in btrfs_sysfs_add_mounted()
1722 struct btrfs_fs_devices *fs_devs; in btrfs_sysfs_feature_update()