Home
last modified time | relevance | path

Searched refs:BTRFS_IOC_SET_RECEIVED_SUBVOL (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dioctl_redefs1.h157 #ifdef BTRFS_IOC_SET_RECEIVED_SUBVOL
158 # undef BTRFS_IOC_SET_RECEIVED_SUBVOL
159 # define BTRFS_IOC_SET_RECEIVED_SUBVOL 0xc0c09425 macro
Dbtrfs.c1018 case BTRFS_IOC_SET_RECEIVED_SUBVOL: { /* RW */ in MPERS_PRINTER_DECL()
DChangeLog4849 (MPERS_PRINTER_DECL(btrfs_ioctl)) <case BTRFS_IOC_SET_RECEIVED_SUBVOL>:
/external/strace/tests/
Dbtrfs.c1476 ioctl(-1, BTRFS_IOC_SET_RECEIVED_SUBVOL, NULL); in btrfs_test_set_received_subvol_ioctl()
1478 ioc(BTRFS_IOC_SET_RECEIVED_SUBVOL)); in btrfs_test_set_received_subvol_ioctl()
1480 ioctl(-1, BTRFS_IOC_SET_RECEIVED_SUBVOL, &args); in btrfs_test_set_received_subvol_ioctl()
1484 ioc(BTRFS_IOC_SET_RECEIVED_SUBVOL), uuid_reference_string, in btrfs_test_set_received_subvol_ioctl()
/external/strace/tests-mx32/
Dbtrfs.c1476 ioctl(-1, BTRFS_IOC_SET_RECEIVED_SUBVOL, NULL); in btrfs_test_set_received_subvol_ioctl()
1478 ioc(BTRFS_IOC_SET_RECEIVED_SUBVOL)); in btrfs_test_set_received_subvol_ioctl()
1480 ioctl(-1, BTRFS_IOC_SET_RECEIVED_SUBVOL, &args); in btrfs_test_set_received_subvol_ioctl()
1484 ioc(BTRFS_IOC_SET_RECEIVED_SUBVOL), uuid_reference_string, in btrfs_test_set_received_subvol_ioctl()
/external/strace/tests-m32/
Dbtrfs.c1476 ioctl(-1, BTRFS_IOC_SET_RECEIVED_SUBVOL, NULL); in btrfs_test_set_received_subvol_ioctl()
1478 ioc(BTRFS_IOC_SET_RECEIVED_SUBVOL)); in btrfs_test_set_received_subvol_ioctl()
1480 ioctl(-1, BTRFS_IOC_SET_RECEIVED_SUBVOL, &args); in btrfs_test_set_received_subvol_ioctl()
1484 ioc(BTRFS_IOC_SET_RECEIVED_SUBVOL), uuid_reference_string, in btrfs_test_set_received_subvol_ioctl()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h900 #define BTRFS_IOC_SET_RECEIVED_SUBVOL _IOWR(BTRFS_IOCTL_MAGIC, 37, \ macro