Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_dquot.c351 xfs_inode_t *quotip, in xfs_qm_dqalloc() argument
370 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
376 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
380 xfs_trans_ijoin_ref(tp, quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
382 if ((error = xfs_bmapi(tp, quotip, in xfs_qm_dqalloc()
446 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
467 xfs_inode_t *quotip = XFS_DQ_TO_QIP(dqp); in xfs_qm_dqtobp() local
475 xfs_ilock(quotip, XFS_ILOCK_SHARED); in xfs_qm_dqtobp()
481 xfs_iunlock(quotip, XFS_ILOCK_SHARED); in xfs_qm_dqtobp()
488 error = xfs_bmapi(NULL, quotip, dqp->q_fileoffset, in xfs_qm_dqtobp()
[all …]