Lines Matching refs:lockflags
1615 uint lockflags; in xfs_qm_vop_dqalloc() local
1620 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1621 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1633 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1649 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1663 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1664 xfs_ilock(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()
1696 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1707 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1708 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1717 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()