Lines Matching refs:iounit
1339 int32_t iounit = 0; in blksize_to_iounit() local
1347 iounit = QEMU_ALIGN_DOWN(s->msize - P9_IOHDRSZ, blksize); in blksize_to_iounit()
1349 if (!iounit) { in blksize_to_iounit()
1350 iounit = s->msize - P9_IOHDRSZ; in blksize_to_iounit()
1352 return iounit; in blksize_to_iounit()
2042 int iounit = 0; in v9fs_open() local
2124 iounit = get_iounit(pdu, &fidp->path); in v9fs_open()
2125 err = pdu_marshal(pdu, offset, "Qd", &qid, iounit); in v9fs_open()
2132 qid.type, qid.version, qid.path, iounit); in v9fs_open()
2149 int32_t iounit; in v9fs_lcreate() local
2195 iounit = get_iounit(pdu, &fidp->path); in v9fs_lcreate()
2200 err = pdu_marshal(pdu, offset, "Qd", &qid, iounit); in v9fs_lcreate()
2206 qid.type, qid.version, qid.path, iounit); in v9fs_lcreate()
2834 int iounit; in v9fs_create() local
3000 iounit = get_iounit(pdu, &fidp->path); in v9fs_create()
3005 err = pdu_marshal(pdu, offset, "Qd", &qid, iounit); in v9fs_create()
3011 qid.type, qid.version, qid.path, iounit); in v9fs_create()