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()
91 if (v9inode->qid.path != st->qid.path) in v9fs_test_inode_dotl()
107 memcpy(&v9inode->qid, &st->qid, sizeof(st->qid)); in v9fs_set_inode_dotl()
113 struct p9_qid *qid, in v9fs_qid_iget_dotl() argument
129 i_ino = v9fs_qid2ino(qid); in v9fs_qid_iget_dotl()
171 inode = v9fs_qid_iget_dotl(sb, &st->qid, fid, st, new); in v9fs_inode_from_fid_dotl()
251 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() local
305 mode, gid, &qid); in v9fs_vfs_atomic_open_dotl()
394 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local
423 err = p9_client_mkdir_dotl(dfid, name, mode, gid, &qid); in v9fs_vfs_mkdir_dotl()
690 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local
710 err = p9_client_symlink(dfid, name, symname, gid, &qid); in v9fs_vfs_symlink_dotl()
828 struct p9_qid qid; in v9fs_vfs_mknod_dotl() local
855 err = p9_client_mknod_dotl(dfid, name, mode, rdev, gid, &qid); in v9fs_vfs_mknod_dotl()