Searched refs:p9_qid (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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 | 357 struct p9_qid { struct 389 struct p9_qid qid; 406 struct p9_qid qid;
|
/linux-6.1.9/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 | 1091 struct p9_qid qid; in p9_client_attach() 1119 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach() 1137 struct p9_qid *wqids; in p9_client_walk() 1187 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk() 1189 memmove(&fid->qid, &oldfid->qid, sizeof(struct p9_qid)); in p9_client_walk() 1212 struct p9_qid qid; in p9_client_open() 1242 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_open() 1254 u32 mode, kgid_t gid, struct p9_qid *qid) in p9_client_create_dotl() 1286 memmove(&ofid->qid, qid, sizeof(struct p9_qid)); in p9_client_create_dotl() 1303 struct p9_qid qid; in p9_client_fcreate() [all …]
|
/linux-6.1.9/fs/9p/ |
D | vfs_inode_dotl.c | 99 struct p9_qid *qid, in v9fs_qid_iget_dotl() 237 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() 378 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() 697 struct p9_qid qid; in v9fs_vfs_symlink_dotl() 839 struct p9_qid qid; in v9fs_vfs_mknod_dotl()
|
D | v9fs_vfs.h | 52 ino_t v9fs_qid2ino(struct p9_qid *qid);
|
D | v9fs.h | 113 struct p9_qid qid;
|
D | vfs_inode.c | 447 struct p9_qid *qid, in v9fs_qid_iget() 1208 ino_t v9fs_qid2ino(struct p9_qid *qid) in v9fs_qid2ino()
|