Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dzoned.h43 int btrfs_get_dev_zone_info_all_devices(struct btrfs_fs_info *fs_info);
94 static inline int btrfs_get_dev_zone_info_all_devices(struct btrfs_fs_info *fs_info) in btrfs_get_dev_zone_info_all_devices() function
Dzoned.c335 int btrfs_get_dev_zone_info_all_devices(struct btrfs_fs_info *fs_info) in btrfs_get_dev_zone_info_all_devices() function
Ddisk-io.c3386 ret = btrfs_get_dev_zone_info_all_devices(fs_info); in open_ctree()