Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h82 uint64_t st_atim_nsec; member
H A D9p-proxy.c163 stbuf->st_atimespec.tv_nsec = prstat->st_atim_nsec; in prstat_to_stat()
170 stbuf->st_atim.tv_nsec = prstat->st_atim_nsec; in prstat_to_stat()
243 &prstat.st_atim_sec, &prstat.st_atim_nsec, in v9fs_receive_response()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c524 pr_stat->st_atim_nsec = stat->st_atim.tv_nsec; in stat_to_prstat()
581 pr_stat.st_atim_sec, pr_stat.st_atim_nsec, in do_stat()