Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddev-replace.c398 args->result = BTRFS_IOCTL_DEV_REPLACE_RESULT_NO_ERROR; in btrfs_dev_replace_start()
654 args->result = BTRFS_IOCTL_DEV_REPLACE_RESULT_NO_ERROR; in btrfs_dev_replace_status()
710 result = BTRFS_IOCTL_DEV_REPLACE_RESULT_NO_ERROR; in __btrfs_dev_replace_cancel()
/linux-4.1.27/include/uapi/linux/
Dbtrfs.h157 #define BTRFS_IOCTL_DEV_REPLACE_RESULT_NO_ERROR 0 macro