Searched refs:uqp (Results 1 – 1 of 1) sorted by relevance
454 xfs_inode_t *uqp, *gqp; in xfs_qm_unmount_quotas() local471 uqp = gqp = NULL; in xfs_qm_unmount_quotas()473 if ((uqp = mp->m_quotainfo->qi_uquotaip) != NULL) { in xfs_qm_unmount_quotas()474 xfs_ilock(uqp, XFS_ILOCK_EXCL); in xfs_qm_unmount_quotas()475 xfs_iflock(uqp); in xfs_qm_unmount_quotas()476 error = xfs_iflush(uqp, XFS_IFLUSH_SYNC); in xfs_qm_unmount_quotas()477 xfs_iunlock(uqp, XFS_ILOCK_EXCL); in xfs_qm_unmount_quotas()496 if (uqp) { in xfs_qm_unmount_quotas()497 XFS_PURGE_INODE(uqp); in xfs_qm_unmount_quotas()