Searched refs:status_args (Results 1 – 1 of 1) sorted by relevance
796 struct btrfs_ioctl_dev_replace_args *status_args; in btrfs_dev_replace_kthread() local799 status_args = kzalloc(sizeof(*status_args), GFP_KERNEL); in btrfs_dev_replace_kthread()800 if (status_args) { in btrfs_dev_replace_kthread()801 btrfs_dev_replace_status(fs_info, status_args); in btrfs_dev_replace_kthread()802 progress = status_args->status.progress_1000; in btrfs_dev_replace_kthread()803 kfree(status_args); in btrfs_dev_replace_kthread()