Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h86 uint64_t st_ctim_nsec; member
H A D9p-proxy.c165 stbuf->st_ctimespec.tv_nsec = prstat->st_ctim_nsec; in prstat_to_stat()
172 stbuf->st_ctim.tv_nsec = prstat->st_ctim_nsec; in prstat_to_stat()
245 &prstat.st_ctim_sec, &prstat.st_ctim_nsec); in v9fs_receive_response()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c528 pr_stat->st_ctim_nsec = stat->st_ctim.tv_nsec; in stat_to_prstat()
583 pr_stat.st_ctim_sec, pr_stat.st_ctim_nsec); in do_stat()