Searched refs:p9_qid (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/9p/ |
| H A D | client.h | 249 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 D | 9p.h | 363 struct p9_qid { struct 395 struct p9_qid qid; 412 struct p9_qid qid;
|
| /linux/net/9p/ |
| H A D | protocol.c | 347 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 D | client.c | 991 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 D | vfs_inode_dotl.c | 97 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 D | v9fs.h | 141 struct p9_qid qid;
|
| H A D | vfs_inode.c | 406 struct p9_qid *qid, in v9fs_qid_iget()
|