Lines Matching refs:quotip
302 xfs_inode_t *quotip, in xfs_qm_dqalloc() argument
321 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
327 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
331 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
333 error = xfs_bmapi_write(tp, quotip, offset_fsb, in xfs_qm_dqalloc()
399 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
466 struct xfs_inode *quotip = xfs_dq_to_quota_inode(dqp); in xfs_qm_dqtobp() local
474 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_qm_dqtobp()
480 xfs_iunlock(quotip, lock_mode); in xfs_qm_dqtobp()
487 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_qm_dqtobp()
490 xfs_iunlock(quotip, lock_mode); in xfs_qm_dqtobp()
512 error = xfs_qm_dqalloc(tpp, mp, dqp, quotip, in xfs_qm_dqtobp()