Searched refs:v9stat_dotl (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p.c | 1617 V9fsStatDotl v9stat_dotl; in v9fs_getattr() local 1639 retval = stat_to_v9stat_dotl(pdu, &stbuf, &v9stat_dotl); in v9fs_getattr() 1646 retval = v9fs_co_st_gen(pdu, &fidp->path, stbuf.st_mode, &v9stat_dotl); in v9fs_getattr() 1650 v9stat_dotl.st_result_mask |= P9_STATS_GEN; in v9fs_getattr() 1660 retval = pdu_marshal(pdu, offset, "A", &v9stat_dotl); in v9fs_getattr() 1665 trace_v9fs_getattr_return(pdu->tag, pdu->id, v9stat_dotl.st_result_mask, in v9fs_getattr() 1666 v9stat_dotl.st_mode, v9stat_dotl.st_uid, in v9fs_getattr() 1667 v9stat_dotl.st_gid); in v9fs_getattr()
|