Lines Matching refs:btrfs_fs_devices
102 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
1208 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show()
1232 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store()
1310 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
1321 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
1325 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
1402 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
1424 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
1438 static void btrfs_sysfs_remove_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_remove_fs_devices()
1441 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices()
1897 static int btrfs_sysfs_add_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_add_fs_devices()
1901 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices()
1935 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_update_sprout_fsid()
1971 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_fsid()
2008 struct btrfs_fs_devices *fs_devs = fs_info->fs_devices; in btrfs_sysfs_add_mounted()