Searched refs:p9_qid (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/net/9p/ |
D | client.h | 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); 221 dev_t rdev, kgid_t gid, struct p9_qid *qid); 223 kgid_t gid, struct p9_qid *qid);
|
D | 9p.h | 363 struct p9_qid { struct 395 struct p9_qid qid; 412 struct p9_qid qid;
|
/Linux-v6.6/net/9p/ |
D | protocol.c | 347 struct p9_qid *qid = in p9pdu_vreadf() 348 va_arg(ap, struct p9_qid *); in p9pdu_vreadf() 436 struct p9_qid **wqids = in p9pdu_vreadf() 437 va_arg(ap, struct p9_qid **); in p9pdu_vreadf() 446 sizeof(struct p9_qid), in p9pdu_vreadf() 577 const struct p9_qid *qid = in p9pdu_vwritef() 578 va_arg(ap, const struct p9_qid *); in p9pdu_vwritef() 632 struct p9_qid *wqids = in p9pdu_vwritef() 633 va_arg(ap, struct p9_qid *); in p9pdu_vwritef()
|
D | client.c | 1099 struct p9_qid qid; in p9_client_attach() 1127 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach() 1145 struct p9_qid *wqids; in p9_client_walk() 1194 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk() 1196 memmove(&fid->qid, &oldfid->qid, sizeof(struct p9_qid)); in p9_client_walk() 1219 struct p9_qid qid; in p9_client_open() 1248 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_open() 1260 u32 mode, kgid_t gid, struct p9_qid *qid) in p9_client_create_dotl() 1292 memmove(&ofid->qid, qid, sizeof(struct p9_qid)); in p9_client_create_dotl() 1309 struct p9_qid qid; in p9_client_fcreate() [all …]
|
/Linux-v6.6/fs/9p/ |
D | vfs_inode_dotl.c | 97 struct p9_qid *qid, in v9fs_qid_iget_dotl() 236 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() 365 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() 707 struct p9_qid qid; in v9fs_vfs_symlink_dotl() 849 struct p9_qid qid; in v9fs_vfs_mknod_dotl()
|
D | v9fs_vfs.h | 48 ino_t v9fs_qid2ino(struct p9_qid *qid);
|
D | v9fs.h | 138 struct p9_qid qid;
|
D | vfs_inode.c | 432 struct p9_qid *qid, in v9fs_qid_iget() 1198 ino_t v9fs_qid2ino(struct p9_qid *qid) in v9fs_qid2ino()
|