Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h84 uint64_t st_mtim_nsec; member
H A D9p-proxy.c164 stbuf->st_mtimespec.tv_nsec = prstat->st_mtim_nsec; in prstat_to_stat()
171 stbuf->st_mtim.tv_nsec = prstat->st_mtim_nsec; 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.c526 pr_stat->st_mtim_nsec = stat->st_mtim.tv_nsec; in stat_to_prstat()
582 pr_stat.st_mtim_sec, pr_stat.st_mtim_nsec, in do_stat()