Home
last modified time | relevance | path

Searched defs:sync_file_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsync_file.h69 struct sync_file_info { struct
89 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info) argument
/openbmc/linux/tools/testing/selftests/sync/
H A Dsync.c84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function