Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent-tree.c6626 u64 *dev_failed, int *dev_ret) in btrfs_trim_free_extents() argument
6635 *dev_failed = 0; in btrfs_trim_free_extents()
6697 (*dev_failed)++; in btrfs_trim_free_extents()
6702 (*dev_failed)++; in btrfs_trim_free_extents()
6759 u64 dev_failed = 0; in btrfs_trim_fs() local
6823 ret = btrfs_trim_free_extents(fs_info, &group_trimmed, &dev_failed, &dev_ret); in btrfs_trim_fs()
6826 if (dev_failed) in btrfs_trim_fs()
6829 dev_failed, dev_ret); in btrfs_trim_fs()