Searched refs:p9_qid (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/p9fs/ |
H A D | p9_protocol.c | 187 struct p9_qid *qid = va_arg(ap, struct p9_qid *); in p9_buf_vreadf() 266 struct p9_qid **wqids_p = va_arg(ap, struct p9_qid **); in p9_buf_vreadf() 268 struct p9_qid *wqids; in p9_buf_vreadf() 277 wqids = malloc(nwqid * sizeof(struct p9_qid), M_TEMP, M_NOWAIT | M_ZERO); in p9_buf_vreadf() 407 const struct p9_qid *qid = va_arg(ap, const struct p9_qid *); in p9_buf_vwritef() 469 struct p9_qid *wqids = va_arg(ap, struct p9_qid *); in p9_buf_vwritef()
|
H A D | p9_protocol.h | 161 struct p9_qid { struct 186 struct p9_qid qid; /* identifier used by server for file system entity information */ argument 204 struct p9_qid qid; /* identifier used by server for file system entity information */
|
H A D | p9_client.h | 99 struct p9_qid qid; /* server identifier */ 108 struct p9_qid qid; /* 9P server qid for this dirent */
|
H A D | p9_client.c | 610 struct p9_qid qid; in p9_client_attach() 636 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach() 736 struct p9_qid *wqids; in p9_client_walk() 799 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk() 1055 struct p9_qid qid; in p9_client_file_create() 1163 struct p9_qid qid; in p9_create_symlink()
|
H A D | p9fs_vfsops.c | 193 struct p9_qid *qid; in p9fs_node_cmp() 196 qid = (struct p9_qid *)arg; in p9fs_node_cmp()
|