Lines Matching refs:qid
84 if (memcmp(&v9inode->qid.version, in v9fs_test_inode_dotl()
85 &st->qid.version, sizeof(v9inode->qid.version))) in v9fs_test_inode_dotl()
88 if (v9inode->qid.type != st->qid.type) in v9fs_test_inode_dotl()
104 memcpy(&v9inode->qid, &st->qid, sizeof(st->qid)); in v9fs_set_inode_dotl()
110 struct p9_qid *qid, in v9fs_qid_iget_dotl() argument
126 i_ino = v9fs_qid2ino(qid); in v9fs_qid_iget_dotl()
168 inode = v9fs_qid_iget_dotl(sb, &st->qid, fid, st, new); in v9fs_inode_from_fid_dotl()
248 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() local
302 mode, gid, &qid); in v9fs_vfs_atomic_open_dotl()
391 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local
422 err = p9_client_mkdir_dotl(dfid, name, mode, gid, &qid); in v9fs_vfs_mkdir_dotl()
684 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local
704 err = p9_client_symlink(dfid, name, (char *)symname, gid, &qid); in v9fs_vfs_symlink_dotl()
824 struct p9_qid qid; in v9fs_vfs_mknod_dotl() local
856 err = p9_client_mknod_dotl(dfid, name, mode, rdev, gid, &qid); in v9fs_vfs_mknod_dotl()