Lines Matching defs:dip
145 * @dip: directory to search in
150 * the path component described by @dp in @dip.
156 vxfs_inode_by_name(struct inode *dip, struct dentry *dp)
162 de = vxfs_find_entry(dip, dp, &pp);
164 ino = fs32_to_cpu(VXFS_SBI(dip->i_sb), de->d_ino);
174 * @dip: dir in which we lookup
180 * by @dp in @dip.
187 vxfs_lookup(struct inode *dip, struct dentry *dp, unsigned int flags)
195 ino = vxfs_inode_by_name(dip, dp);
197 ip = vxfs_iget(dip->i_sb, ino);