Lines Matching refs:lockflags
1624 uint lockflags; in xfs_qm_vop_dqalloc() local
1629 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1630 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1642 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1658 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1668 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1669 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1681 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1688 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1689 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1697 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1705 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1706 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1715 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()