Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.c483 xfs_inode_t *quotip, in xfs_qm_dqalloc() argument
500 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() local
602 quotip = XFS_DQ_TO_QIP(dqp); in xfs_qm_dqtobp()
603 xfs_ilock(quotip, XFS_ILOCK_SHARED); in xfs_qm_dqtobp()
[all …]