Searched refs:p9_qid (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/9p/ |
A D | client.h | 152 struct p9_qid qid; 171 struct p9_qid qid; 198 kgid_t gid, struct p9_qid *qid); 200 kgid_t gid, struct p9_qid *qid); 220 dev_t rdev, kgid_t gid, struct p9_qid *qid); 222 kgid_t gid, struct p9_qid *qid);
|
A D | 9p.h | 354 struct p9_qid { struct 386 struct p9_qid qid; 403 struct p9_qid qid;
|
/linux/net/9p/ |
A D | protocol.c | 181 struct p9_qid *qid = in p9pdu_vreadf() 182 va_arg(ap, struct p9_qid *); in p9pdu_vreadf() 270 struct p9_qid **wqids = in p9pdu_vreadf() 271 va_arg(ap, struct p9_qid **); in p9pdu_vreadf() 280 sizeof(struct p9_qid), in p9pdu_vreadf() 411 const struct p9_qid *qid = in p9pdu_vwritef() 412 va_arg(ap, const struct p9_qid *); in p9pdu_vwritef() 466 struct p9_qid *wqids = in p9pdu_vwritef() 467 va_arg(ap, struct p9_qid *); in p9pdu_vwritef()
|
A D | client.c | 1121 struct p9_qid qid; in p9_client_attach() 1149 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach() 1167 struct p9_qid *wqids; in p9_client_walk() 1242 struct p9_qid qid; in p9_client_open() 1272 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_open() 1284 u32 mode, kgid_t gid, struct p9_qid *qid) in p9_client_create_dotl() 1316 memmove(&ofid->qid, qid, sizeof(struct p9_qid)); in p9_client_create_dotl() 1333 struct p9_qid qid; in p9_client_fcreate() 1360 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_fcreate() 2142 dev_t rdev, kgid_t gid, struct p9_qid *qid) in p9_client_mknod_dotl() [all …]
|
/linux/fs/9p/ |
A 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() 384 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() 696 struct p9_qid qid; in v9fs_vfs_symlink_dotl() 842 struct p9_qid qid; in v9fs_vfs_mknod_dotl()
|
A D | v9fs_vfs.h | 52 ino_t v9fs_qid2ino(struct p9_qid *qid);
|
A D | v9fs.h | 115 struct p9_qid qid;
|
A D | vfs_inode.c | 438 struct p9_qid *qid, in v9fs_qid_iget() 1205 ino_t v9fs_qid2ino(struct p9_qid *qid) in v9fs_qid2ino()
|
Completed in 18 milliseconds