Home
last modified time | relevance | path

Searched refs:uqp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.c454 xfs_inode_t *uqp, *gqp; in xfs_qm_unmount_quotas() local
471 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()