Home
last modified time | relevance | path

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

/linux/include/net/9p/
H A Dclient.h153 struct p9_qid qid;
172 struct p9_qid qid;
199 kgid_t gid, struct p9_qid *qid);
201 kgid_t gid, struct p9_qid *qid);
223 dev_t rdev, kgid_t gid, struct p9_qid *qid);
225 kgid_t gid, struct p9_qid *qid);
H A D9p.h363 struct p9_qid { struct
395 struct p9_qid qid;
412 struct p9_qid qid;
/linux/net/9p/
H A Dprotocol.c347 struct p9_qid *qid = in p9pdu_vreadf()
348 va_arg(ap, struct p9_qid *); in p9pdu_vreadf()
445 struct p9_qid **wqids = in p9pdu_vreadf()
446 va_arg(ap, struct p9_qid **); in p9pdu_vreadf()
455 sizeof(struct p9_qid), in p9pdu_vreadf()
586 const struct p9_qid *qid = in p9pdu_vwritef()
587 va_arg(ap, const struct p9_qid *); in p9pdu_vwritef()
641 struct p9_qid *wqids = in p9pdu_vwritef()
642 va_arg(ap, struct p9_qid *); in p9pdu_vwritef()
H A Dclient.c1114 struct p9_qid qid; in p9_client_attach()
1142 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach()
1160 struct p9_qid *wqids; in p9_client_walk()
1209 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk()
1211 memmove(&fid->qid, &oldfid->qid, sizeof(struct p9_qid)); in p9_client_walk()
1234 struct p9_qid qid; in p9_client_open()
1263 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_open()
1275 u32 mode, kgid_t gid, struct p9_qid *qid) in p9_client_create_dotl()
1307 memmove(&ofid->qid, qid, sizeof(struct p9_qid)); in p9_client_create_dotl()
1324 struct p9_qid qid; in p9_client_fcreate()
[all …]
/linux/fs/9p/
H A Dvfs_inode_dotl.c97 struct p9_qid *qid, in v9fs_qid_iget_dotl()
235 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl()
364 struct p9_qid qid; in v9fs_vfs_mkdir_dotl()
694 struct p9_qid qid; in v9fs_vfs_symlink_dotl()
803 struct p9_qid qid; in v9fs_vfs_mknod_dotl()
H A Dv9fs.h138 struct p9_qid qid;
H A Dvfs_inode.c406 struct p9_qid *qid, in v9fs_qid_iget()