Lines Matching refs:lockflags
1679 uint lockflags;
1684 lockflags = XFS_ILOCK_EXCL;
1685 xfs_ilock(ip, lockflags);
1697 xfs_iunlock(ip, lockflags);
1714 xfs_iunlock(ip, lockflags);
1725 lockflags = XFS_ILOCK_SHARED;
1726 xfs_ilock(ip, lockflags);
1739 xfs_iunlock(ip, lockflags);
1747 lockflags = XFS_ILOCK_SHARED;
1748 xfs_ilock(ip, lockflags);
1757 xfs_iunlock(ip, lockflags);
1765 lockflags = XFS_ILOCK_SHARED;
1766 xfs_ilock(ip, lockflags);
1774 xfs_iunlock(ip, lockflags);