Home
last modified time | relevance | path

Searched refs:SYNC_IOC_MERGE (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsync_file.h46 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dsync_file.h86 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dsync_file.h33 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) macro
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
Dsync.c77 err = ioctl(fd1, SYNC_IOC_MERGE, &data); in sync_merge()
/kernel/linux/linux-5.10/drivers/dma-buf/
Dsync_file.c469 case SYNC_IOC_MERGE: in sync_file_ioctl()