Home
last modified time | relevance | path

Searched refs:to_fs_devs (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dsysfs.c102 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
1381 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show()
1417 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store()
1535 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_offload_csum_show()
1554 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_offload_csum_store()
1599 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
1610 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs() function
1621 return to_fs_devs(kobj)->fs_info; in to_fs_info()