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.1/fs/btrfs/
Dzoned.h36 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.c326 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.c3643 ret = btrfs_get_dev_zone_info_all_devices(fs_info); in open_ctree()