Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dsync_file.h26 struct sync_merge_data { struct
86 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsync_file.h23 struct sync_merge_data { struct
46 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dsync_file.h10 struct sync_merge_data { struct
33 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) argument
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
Dsync.c70 struct sync_merge_data data = {}; in sync_merge()
/kernel/linux/linux-5.10/drivers/dma-buf/
Dsync_file.c330 struct sync_merge_data data; in sync_file_ioctl_merge()