Lines Matching refs:lockflags
1616 uint lockflags; in xfs_qm_vop_dqalloc() local
1621 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1622 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1634 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1650 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1664 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1665 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1677 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()
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()