Searched refs:mtime (Results 1 – 8 of 8) sorted by relevance
| /qemu/scripts/ |
| A D | analyse-9p-simpletrace.py | 102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument 103 …print("RSTAT (tag =", tag, ", mode =", mode, ", atime =", atime, ", mtime =", mtime, ", length =",… 174 def v9fs_wstat(self, tag, id, fid, mode, atime, mtime): argument 175 …TAT (tag =", tag, ", fid =", fid, ", mode =", oct(mode), ", atime =", atime, "mtime =", mtime, ")")
|
| /qemu/hw/9pfs/ |
| A D | trace-events | 11 …_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t length) "tag %d id %d stat={mode %d ati… 35 …t32_t fid, int32_t mode, int32_t atime, int32_t mtime) "tag %u id %u fid %d stat={mode %d atime %d… 49 …d %u fid %d iattr={valid %d mode %d uid %d gid %d size %"PRId64" atime=%"PRId64" mtime=%"PRId64" }"
|
| A D | 9p.c | 1153 stat->mtime == -1 && in donttouch_stat() 1241 v9stat->mtime = stbuf->st_mtime; in stat_to_v9stat() 1568 v9stat.atime, v9stat.mtime, v9stat.length); in v9fs_stat() 3477 v9stat.mode, v9stat.atime, v9stat.mtime); in v9fs_wstat() 3509 if (v9stat.mtime != -1 || v9stat.atime != -1) { in v9fs_wstat() 3517 if (v9stat.mtime != -1) { in v9fs_wstat() 3518 times[1].tv_sec = v9stat.mtime; in v9fs_wstat()
|
| /qemu/include/standard-headers/linux/ |
| A D | fuse.h | 267 uint64_t mtime; member 307 struct fuse_sx_time mtime; member 753 uint64_t mtime; member
|
| /qemu/fsdev/ |
| A D | 9p-marshal.h | 25 int32_t mtime; member
|
| A D | 9p-iov-marshal.c | 159 &statp->mtime, &statp->length, in v9fs_iov_vunmarshal() 265 statp->mtime, statp->length, in v9fs_iov_vmarshal()
|
| /qemu/block/ |
| A D | qcow.c | 61 uint32_t mtime; member 140 header.mtime = be32_to_cpu(header.mtime); in qcow_open()
|
| A D | vvfat.c | 252 uint16_t mtime; member 813 direntry->mtime=fat_datetime(st.st_mtime,1); in read_directory()
|
Completed in 35 milliseconds