Home
last modified time | relevance | path

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

/external/strace/tests/
Dbtrfs.c1209 ioctl(-1, BTRFS_IOC_SCRUB, NULL); in btrfs_test_scrub_ioctls()
1210 printf("ioctl(-1, %s, NULL) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_SCRUB)); in btrfs_test_scrub_ioctls()
1216 ioc(BTRFS_IOC_SCRUB), major(args.devid), minor(args.devid)); in btrfs_test_scrub_ioctls()
1221 ioctl(-1, BTRFS_IOC_SCRUB, &args); in btrfs_test_scrub_ioctls()
/external/strace/tests-mx32/
Dbtrfs.c1209 ioctl(-1, BTRFS_IOC_SCRUB, NULL); in btrfs_test_scrub_ioctls()
1210 printf("ioctl(-1, %s, NULL) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_SCRUB)); in btrfs_test_scrub_ioctls()
1216 ioc(BTRFS_IOC_SCRUB), major(args.devid), minor(args.devid)); in btrfs_test_scrub_ioctls()
1221 ioctl(-1, BTRFS_IOC_SCRUB, &args); in btrfs_test_scrub_ioctls()
/external/strace/tests-m32/
Dbtrfs.c1209 ioctl(-1, BTRFS_IOC_SCRUB, NULL); in btrfs_test_scrub_ioctls()
1210 printf("ioctl(-1, %s, NULL) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_SCRUB)); in btrfs_test_scrub_ioctls()
1216 ioc(BTRFS_IOC_SCRUB), major(args.devid), minor(args.devid)); in btrfs_test_scrub_ioctls()
1221 ioctl(-1, BTRFS_IOC_SCRUB, &args); in btrfs_test_scrub_ioctls()
/external/strace/
Dbtrfs.c1049 case BTRFS_IOC_SCRUB: /* RW */ in MPERS_PRINTER_DECL()
1065 if (code == BTRFS_IOC_SCRUB) { in MPERS_PRINTER_DECL()
DChangeLog4726 case BTRFS_IOC_GET_DEV_STATS, case BTRFS_IOC_SCRUB,
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h882 #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \ macro