Lines Matching refs:lockflags
1640 uint lockflags; in xfs_qm_vop_dqalloc() local
1645 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1646 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1658 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1675 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1686 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1687 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1700 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1708 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1709 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1718 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1726 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1727 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1735 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()