Lines Matching refs:cip
259 struct xfs_inode *cip;
267 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL);
269 inode = VFS_I(cip);
371 struct xfs_inode *cip = NULL;
382 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip);
386 inode = VFS_I(cip);
392 xfs_setup_iops(cip);
395 xfs_finish_inode_setup(cip);
399 xfs_finish_inode_setup(cip);
401 xfs_irele(cip);