Searched refs:p9_qid (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/9p/ |
H A D | client.h | 134 * @qid: the &p9_qid server identifier this handle points to 153 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 D | 9p.h | 344 * struct p9_qid - file system entity information 363 struct p9_qid { struct 374 * @qid: unique id from the server of type &p9_qid argument 395 struct p9_qid qid; 412 struct p9_qid qid;
|
/linux/net/9p/ |
H A D | client.c | 1114 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 qi in p9_client_fcreate() [all...] |
/linux/fs/9p/ |
H A D | v9fs.h | 138 struct p9_qid qid;
|
H A D | vfs_inode.c | 406 struct p9_qid *qid, in v9fs_qid_iget()
|