Home
last modified time | relevance | path

Searched refs:st_mtim_sec (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h83 uint64_t st_mtim_sec; member
H A D9p-proxy.c157 stbuf->st_mtime = prstat->st_mtim_sec; in prstat_to_stat()
161 stbuf->st_mtimespec.tv_sec = prstat->st_mtim_sec; in prstat_to_stat()
168 stbuf->st_mtim.tv_sec = prstat->st_mtim_sec; in prstat_to_stat()
244 &prstat.st_mtim_sec, &prstat.st_mtim_nsec, in v9fs_receive_response()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c525 pr_stat->st_mtim_sec = stat->st_mtim.tv_sec; in stat_to_prstat()
582 pr_stat.st_mtim_sec, pr_stat.st_mtim_nsec, in do_stat()