Home
last modified time | relevance | path

Searched refs:mtime_out (Results 1 – 2 of 2) sorted by relevance

/fs/hostfs/
Dhostfs_user.c25 struct timespec *mtime_out, struct timespec *ctime_out, in stat_file() argument
53 if (mtime_out != NULL) { in stat_file()
54 mtime_out->tv_sec = buf.st_mtime; in stat_file()
55 mtime_out->tv_nsec = 0; in stat_file()
Dhostfs.h59 struct timespec *mtime_out, struct timespec *ctime_out,