Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/sync/
H A Dsync.c84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function
86 struct sync_file_info *info; in sync_file_info()
125 static void sync_file_info_free(struct sync_file_info *info) in sync_file_info_free()
134 struct sync_file_info *info = sync_file_info(fd); in sync_fence_size()
150 struct sync_file_info *info = sync_file_info(fd); in sync_fence_count_with_status()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsync_file.h60 struct sync_file_info { struct
96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsync_file.h60 struct sync_file_info { struct
96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsync_file.h60 struct sync_file_info { struct
96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsync_file.c402 struct sync_file_info info; in sync_file_ioctl_fence_info()