Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h85 uint64_t st_ctim_sec; member
H A D9p-proxy.c158 stbuf->st_ctime = prstat->st_ctim_sec; in prstat_to_stat()
162 stbuf->st_ctimespec.tv_sec = prstat->st_ctim_sec; in prstat_to_stat()
169 stbuf->st_ctim.tv_sec = prstat->st_ctim_sec; 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.c527 pr_stat->st_ctim_sec = stat->st_ctim.tv_sec; in stat_to_prstat()
583 pr_stat.st_ctim_sec, pr_stat.st_ctim_nsec); in do_stat()