Searched refs:BTRFS_IOC_SET_RECEIVED_SUBVOL (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | ioctl_redefs1.h | 157 #ifdef BTRFS_IOC_SET_RECEIVED_SUBVOL 158 # undef BTRFS_IOC_SET_RECEIVED_SUBVOL 159 # define BTRFS_IOC_SET_RECEIVED_SUBVOL 0xc0c09425 macro
|
D | btrfs.c | 1018 case BTRFS_IOC_SET_RECEIVED_SUBVOL: { /* RW */ in MPERS_PRINTER_DECL()
|
D | ChangeLog | 4849 (MPERS_PRINTER_DECL(btrfs_ioctl)) <case BTRFS_IOC_SET_RECEIVED_SUBVOL>:
|
/external/strace/tests/ |
D | btrfs.c | 1476 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/ |
D | btrfs.c | 1476 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/ |
D | btrfs.c | 1476 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/ |
D | btrfs.h | 900 #define BTRFS_IOC_SET_RECEIVED_SUBVOL _IOWR(BTRFS_IOCTL_MAGIC, 37, \ macro
|