Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p.c1585 V9fsStatDotl v9stat_dotl; in v9fs_getattr() local
1607 retval = stat_to_v9stat_dotl(pdu, &stbuf, &v9stat_dotl); in v9fs_getattr()
1614 retval = v9fs_co_st_gen(pdu, &fidp->path, stbuf.st_mode, &v9stat_dotl); in v9fs_getattr()
1618 v9stat_dotl.st_result_mask |= P9_STATS_GEN; in v9fs_getattr()
1628 retval = pdu_marshal(pdu, offset, "A", &v9stat_dotl); in v9fs_getattr()
1633 trace_v9fs_getattr_return(pdu->tag, pdu->id, v9stat_dotl.st_result_mask, in v9fs_getattr()
1634 v9stat_dotl.st_mode, v9stat_dotl.st_uid, in v9fs_getattr()
1635 v9stat_dotl.st_gid); in v9fs_getattr()