Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbtrfs.h1116 #define BTRFS_IOC_SCRUB_CANCEL _IO(BTRFS_IOCTL_MAGIC, 28) macro
/openbmc/qemu/linux-user/
H A Dioctls.h208 #ifdef BTRFS_IOC_SCRUB_CANCEL in IOCTL()
209 IOCTL(BTRFS_IOC_SCRUB_CANCEL, 0, TYPE_NULL) in IOCTL()
/openbmc/linux/fs/btrfs/
H A Dioctl.c4681 case BTRFS_IOC_SCRUB_CANCEL: in btrfs_ioctl()