Home
last modified time | relevance | path

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

/external/strace/
Dioctl_redefs1.h149 #ifdef BTRFS_IOC_SEND
150 # undef BTRFS_IOC_SEND
151 # define BTRFS_IOC_SEND 0x40449426 macro
Dbtrfs.c1194 case BTRFS_IOC_SEND: { /* W */ in MPERS_PRINTER_DECL()
/external/strace/tests-mx32/
Dbtrfs.c1337 ioctl(-1, BTRFS_IOC_SEND, NULL); in btrfs_test_send_ioctl()
1352 ioctl(-1, BTRFS_IOC_SEND, &args); in btrfs_test_send_ioctl()
1374 ioctl(-1, BTRFS_IOC_SEND, &args); in btrfs_test_send_ioctl()
/external/strace/tests-m32/
Dbtrfs.c1337 ioctl(-1, BTRFS_IOC_SEND, NULL); in btrfs_test_send_ioctl()
1352 ioctl(-1, BTRFS_IOC_SEND, &args); in btrfs_test_send_ioctl()
1374 ioctl(-1, BTRFS_IOC_SEND, &args); in btrfs_test_send_ioctl()
/external/strace/tests/
Dbtrfs.c1337 ioctl(-1, BTRFS_IOC_SEND, NULL); in btrfs_test_send_ioctl()
1352 ioctl(-1, BTRFS_IOC_SEND, &args); in btrfs_test_send_ioctl()
1374 ioctl(-1, BTRFS_IOC_SEND, &args); in btrfs_test_send_ioctl()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h814 #define BTRFS_IOC_SEND _IOW(BTRFS_IOCTL_MAGIC, 38, struct btrfs_ioctl_send_args) macro