Searched refs:statp (Results 1 – 1 of 1) sorted by relevance
/qemu/fsdev/ |
H A D | 9p-iov-marshal.c | 153 V9fsStat *statp = va_arg(ap, V9fsStat *); in v9fs_iov_vunmarshal() local 156 &statp->size, &statp->type, in v9fs_iov_vunmarshal() 157 &statp->dev, &statp->qid, in v9fs_iov_vunmarshal() 158 &statp->mode, &statp->atime, in v9fs_iov_vunmarshal() 159 &statp->mtime, &statp->length, in v9fs_iov_vunmarshal() 160 &statp->name, &statp->uid, in v9fs_iov_vunmarshal() 161 &statp->gid, &statp->muid, in v9fs_iov_vunmarshal() 162 &statp->extension, in v9fs_iov_vunmarshal() 163 &statp->n_uid, &statp->n_gid, in v9fs_iov_vunmarshal() 164 &statp->n_muid); in v9fs_iov_vunmarshal() [all …]
|