HomeSort by relevance Sort by last modified time
    Searched refs:BTRFS_IOC_SYNC (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
btrfs.h 425 #define BTRFS_IOC_SYNC _IO(BTRFS_IOCTL_MAGIC, 8)
  /external/kernel-headers/original/uapi/linux/
btrfs.h 753 #define BTRFS_IOC_SYNC _IO(BTRFS_IOCTL_MAGIC, 8)
  /external/strace/tests/
btrfs.c 194 * - BTRFS_IOC_SYNC
204 ioctl(-1, BTRFS_IOC_SYNC, NULL);
205 printf("ioctl(-1, BTRFS_IOC_SYNC) = -1 EBADF (%m)\n");
215 * The live test of BTRFS_IOC_SYNC happens as a part of the test
    [all...]
  /external/strace/tests-m32/
btrfs.c 194 * - BTRFS_IOC_SYNC
204 ioctl(-1, BTRFS_IOC_SYNC, NULL);
205 printf("ioctl(-1, BTRFS_IOC_SYNC) = -1 EBADF (%m)\n");
215 * The live test of BTRFS_IOC_SYNC happens as a part of the test
    [all...]
  /external/strace/tests-mx32/
btrfs.c 194 * - BTRFS_IOC_SYNC
204 ioctl(-1, BTRFS_IOC_SYNC, NULL);
205 printf("ioctl(-1, BTRFS_IOC_SYNC) = -1 EBADF (%m)\n");
215 * The live test of BTRFS_IOC_SYNC happens as a part of the test
    [all...]
  /external/strace/
btrfs.c 520 case BTRFS_IOC_SYNC:
    [all...]

Completed in 282 milliseconds