Searched refs:lockflags (Results 1 – 1 of 1) sorted by relevance
1650 uint lockflags; in xfs_qm_vop_dqalloc() local1655 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()1656 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()1668 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()1684 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()1694 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()1695 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()1707 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()1714 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()1715 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()[all …]