Lines Matching refs:lockflags
1641 uint lockflags; in xfs_qm_vop_dqalloc() local
1646 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1647 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1659 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1676 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1687 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1688 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1701 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1709 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1710 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1719 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1727 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1728 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1736 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()