sync_file_info
struct sync_file_info info;
#define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
static void sync_file_info_free(struct sync_file_info *info)
struct sync_file_info *info = sync_file_info(fd);
struct sync_file_info *info = sync_file_info(fd);
static struct sync_file_info *sync_file_info(int fd)
struct sync_file_info *info;