Lines Matching refs:lockflags
1648 uint lockflags;
1653 lockflags = XFS_ILOCK_EXCL;
1654 xfs_ilock(ip, lockflags);
1666 xfs_iunlock(ip, lockflags);
1683 xfs_iunlock(ip, lockflags);
1694 lockflags = XFS_ILOCK_SHARED;
1695 xfs_ilock(ip, lockflags);
1708 xfs_iunlock(ip, lockflags);
1716 lockflags = XFS_ILOCK_SHARED;
1717 xfs_ilock(ip, lockflags);
1726 xfs_iunlock(ip, lockflags);
1734 lockflags = XFS_ILOCK_SHARED;
1735 xfs_ilock(ip, lockflags);
1743 xfs_iunlock(ip, lockflags);