Lines Matching refs:lockflags
1650 uint lockflags; in xfs_qm_vop_dqalloc() local
1655 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1656 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1668 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1684 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1694 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1695 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1707 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1714 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1715 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1723 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1731 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1732 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1741 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()