Searched defs:sync_file_info (Results 1 – 4 of 4) sorted by relevance
37 struct sync_file_info { struct47 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info) argument
60 struct sync_file_info { struct61 char name[32];62 __s32 status;63 __u32 flags;64 __u32 num_fences;65 __u32 pad;67 __u64 sync_fence_info;
24 struct sync_file_info { struct34 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info) argument
84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function