Lines Matching refs:cip
295 struct xfs_inode *cip;
303 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL);
305 inode = VFS_I(cip);
408 struct xfs_inode *cip = NULL;
419 error = xfs_symlink(idmap, XFS_I(dir), &name, symname, mode, &cip);
423 inode = VFS_I(cip);
429 xfs_setup_iops(cip);
432 xfs_finish_inode_setup(cip);
436 xfs_finish_inode_setup(cip);
438 xfs_irele(cip);