Lines Matching defs:qid
68 /* compare qid details */
69 if (memcmp(&v9inode->qid.version,
70 &st->qid.version, sizeof(v9inode->qid.version)))
73 if (v9inode->qid.type != st->qid.type)
76 if (v9inode->qid.path != st->qid.path)
92 memcpy(&v9inode->qid, &st->qid, sizeof(st->qid));
98 struct p9_qid *qid,
114 i_ino = v9fs_qid2ino(qid);
156 inode = v9fs_qid_iget_dotl(sb, &st->qid, fid, st, new);
235 struct p9_qid qid;
289 mode, gid, &qid);
378 struct p9_qid qid;
407 err = p9_client_mkdir_dotl(dfid, name, mode, gid, &qid);
686 struct p9_qid qid;
706 err = p9_client_symlink(dfid, name, symname, gid, &qid);
824 struct p9_qid qid;
851 err = p9_client_mknod_dotl(dfid, name, mode, rdev, gid, &qid);