Lines Matching refs:ip
914 struct xfs_inode *ip, in xfs_qm_id_for_quotatype() argument
919 return i_uid_read(VFS_I(ip)); in xfs_qm_id_for_quotatype()
921 return i_gid_read(VFS_I(ip)); in xfs_qm_id_for_quotatype()
923 return ip->i_projid; in xfs_qm_id_for_quotatype()
936 struct xfs_inode *ip, in xfs_qm_dqget_inode() argument
941 struct xfs_mount *mp = ip->i_mount; in xfs_qm_dqget_inode()
952 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqget_inode()
953 ASSERT(xfs_inode_dquot(ip, type) == NULL); in xfs_qm_dqget_inode()
955 id = xfs_qm_id_for_quotatype(ip, type); in xfs_qm_dqget_inode()
971 xfs_iunlock(ip, XFS_ILOCK_EXCL); in xfs_qm_dqget_inode()
973 xfs_ilock(ip, XFS_ILOCK_EXCL); in xfs_qm_dqget_inode()
984 dqp1 = xfs_inode_dquot(ip, type); in xfs_qm_dqget_inode()
1009 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqget_inode()