Searched refs:BTRFS_IOC_SCRUB (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests/ |
D | btrfs.c | 1209 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/ |
D | btrfs.c | 1209 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/ |
D | btrfs.c | 1209 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/ |
D | btrfs.c | 1049 case BTRFS_IOC_SCRUB: /* RW */ in MPERS_PRINTER_DECL() 1065 if (code == BTRFS_IOC_SCRUB) { in MPERS_PRINTER_DECL()
|
D | ChangeLog | 4726 case BTRFS_IOC_GET_DEV_STATS, case BTRFS_IOC_SCRUB,
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 882 #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \ macro
|