Lines Matching refs:qid
202 wstat->qid.type = ~0; in v9fs_blank_wstat()
203 wstat->qid.version = ~0; in v9fs_blank_wstat()
204 *((long long *)&wstat->qid.path) = ~0; in v9fs_blank_wstat()
405 if (memcmp(&v9inode->qid.version, in v9fs_test_inode()
406 &st->qid.version, sizeof(v9inode->qid.version))) in v9fs_test_inode()
409 if (v9inode->qid.type != st->qid.type) in v9fs_test_inode()
412 if (v9inode->qid.path != st->qid.path) in v9fs_test_inode()
427 memcpy(&v9inode->qid, &st->qid, sizeof(st->qid)); in v9fs_set_inode()
432 struct p9_qid *qid, in v9fs_qid_iget() argument
449 i_ino = v9fs_qid2ino(qid); in v9fs_qid_iget()
487 inode = v9fs_qid_iget(sb, &st->qid, st, new); in v9fs_inode_from_fid()
1165 ino_t v9fs_qid2ino(struct p9_qid *qid) in v9fs_qid2ino() argument
1167 u64 path = qid->path + 2; in v9fs_qid2ino()