Searched refs:quotip (Results 1 – 1 of 1) sorted by relevance
483 xfs_inode_t *quotip, in xfs_qm_dqalloc() argument500 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()506 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()515 VN_HOLD(XFS_ITOV(quotip)); in xfs_qm_dqalloc()517 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()519 if ((error = xfs_bmapi(tp, quotip, in xfs_qm_dqalloc()562 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()583 xfs_inode_t *quotip; in xfs_qm_dqtobp() local602 quotip = XFS_DQ_TO_QIP(dqp); in xfs_qm_dqtobp()603 xfs_ilock(quotip, XFS_ILOCK_SHARED); in xfs_qm_dqtobp()[all …]