Home
last modified time | relevance | path

Searched refs:lockflags (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_qm.c1650 uint lockflags; in xfs_qm_vop_dqalloc() local
1655 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 …]