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.h249 struct p9_qid qid;
268 struct p9_qid qid;
295 kgid_t gid, struct p9_qid *qid);
297 kgid_t gid, struct p9_qid *qid);
319 dev_t rdev, kgid_t gid, struct p9_qid *qid);
321 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()
454 kmalloc_objs(struct p9_qid, *nwqid, in p9pdu_vreadf()
585 const struct p9_qid *qid = in p9pdu_vwritef()
586 va_arg(ap, const struct p9_qid *); in p9pdu_vwritef()
640 struct p9_qid *wqids = in p9pdu_vwritef()
641 va_arg(ap, struct p9_qid *); in p9pdu_vwritef()
H A Dclient.c991 struct p9_qid qid; in p9_client_attach()
1019 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach()
1037 struct p9_qid *wqids; in p9_client_walk()
1086 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk()
1088 memmove(&fid->qid, &oldfid->qid, sizeof(struct p9_qid)); in p9_client_walk()
1111 struct p9_qid qid; in p9_client_open()
1140 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_open()
1152 u32 mode, kgid_t gid, struct p9_qid *qid) in p9_client_create_dotl()
1184 memmove(&ofid->qid, qid, sizeof(struct p9_qid)); in p9_client_create_dotl()
1201 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()
359 struct p9_qid qid; in v9fs_vfs_mkdir_dotl()
689 struct p9_qid qid; in v9fs_vfs_symlink_dotl()
798 struct p9_qid qid; in v9fs_vfs_mknod_dotl()
H A Dv9fs.h141 struct p9_qid qid;
H A Dvfs_inode.c406 struct p9_qid *qid, in v9fs_qid_iget()