Lines Matching defs:qid
202 wstat->qid.type = ~0;
203 wstat->qid.version = ~0;
204 *((long long *)&wstat->qid.path) = ~0;
404 /* compare qid details */
405 if (memcmp(&v9inode->qid.version,
406 &st->qid.version, sizeof(v9inode->qid.version)))
409 if (v9inode->qid.type != st->qid.type)
412 if (v9inode->qid.path != st->qid.path)
427 memcpy(&v9inode->qid, &st->qid, sizeof(st->qid));
432 struct p9_qid *qid,
449 i_ino = v9fs_qid2ino(qid);
487 inode = v9fs_qid_iget(sb, &st->qid, st, new);
1159 * v9fs_qid2ino - convert qid into inode number
1160 * @qid: qid to hash
1165 ino_t v9fs_qid2ino(struct p9_qid *qid)
1167 u64 path = qid->path + 2;