XFS_IOLOCK_EXCL  5590 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL  5719 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL));
XFS_IOLOCK_EXCL  5792 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL  5837 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL));
XFS_IOLOCK_EXCL    38 fs/xfs/scrub/bmap.c 	sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
XFS_IOLOCK_EXCL   747 fs/xfs/scrub/common.c 	sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
XFS_IOLOCK_EXCL    52 fs/xfs/scrub/inode.c 	sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
XFS_IOLOCK_EXCL   206 fs/xfs/scrub/parent.c 	error = xchk_ilock_inverted(sc->ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   209 fs/xfs/scrub/parent.c 	sc->ilock_flags = XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL  1237 fs/xfs/xfs_bmap_util.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL  1305 fs/xfs/xfs_bmap_util.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL   309 fs/xfs/xfs_file.c 		*iolock = XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL   335 fs/xfs/xfs_file.c 				*iolock = XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL   515 fs/xfs/xfs_file.c 		iolock = XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL   544 fs/xfs/xfs_file.c 	} else if (iolock == XFS_IOLOCK_EXCL) {
XFS_IOLOCK_EXCL   545 fs/xfs/xfs_file.c 		xfs_ilock_demote(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   577 fs/xfs/xfs_file.c 	int			iolock = XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL   633 fs/xfs/xfs_file.c 	iolock = XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL   769 fs/xfs/xfs_file.c 	ASSERT(xfs_isilocked(XFS_I(inode), XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL   807 fs/xfs/xfs_file.c 	uint			iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
XFS_IOLOCK_EXCL   635 fs/xfs/xfs_icache.c 	ASSERT((lock_flags & (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED)) == 0);
XFS_IOLOCK_EXCL  1505 fs/xfs/xfs_icache.c 	if (!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
XFS_IOLOCK_EXCL  1511 fs/xfs/xfs_icache.c 	xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL  1780 fs/xfs/xfs_icache.c 	xfs_ilock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL  1791 fs/xfs/xfs_icache.c 	xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   171 fs/xfs/xfs_inode.c 	ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
XFS_IOLOCK_EXCL   172 fs/xfs/xfs_inode.c 	       (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL   179 fs/xfs/xfs_inode.c 	if (lock_flags & XFS_IOLOCK_EXCL) {
XFS_IOLOCK_EXCL   222 fs/xfs/xfs_inode.c 	ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
XFS_IOLOCK_EXCL   223 fs/xfs/xfs_inode.c 	       (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL   230 fs/xfs/xfs_inode.c 	if (lock_flags & XFS_IOLOCK_EXCL) {
XFS_IOLOCK_EXCL   261 fs/xfs/xfs_inode.c 	if (lock_flags & XFS_IOLOCK_EXCL)
XFS_IOLOCK_EXCL   291 fs/xfs/xfs_inode.c 	ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
XFS_IOLOCK_EXCL   292 fs/xfs/xfs_inode.c 	       (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL   300 fs/xfs/xfs_inode.c 	if (lock_flags & XFS_IOLOCK_EXCL)
XFS_IOLOCK_EXCL   327 fs/xfs/xfs_inode.c 	ASSERT(lock_flags & (XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL));
XFS_IOLOCK_EXCL   329 fs/xfs/xfs_inode.c 		~(XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL)) == 0);
XFS_IOLOCK_EXCL   335 fs/xfs/xfs_inode.c 	if (lock_flags & XFS_IOLOCK_EXCL)
XFS_IOLOCK_EXCL   359 fs/xfs/xfs_inode.c 	if (lock_flags & (XFS_IOLOCK_EXCL|XFS_IOLOCK_SHARED)) {
XFS_IOLOCK_EXCL   403 fs/xfs/xfs_inode.c 	if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)) {
XFS_IOLOCK_EXCL   453 fs/xfs/xfs_inode.c 	ASSERT(lock_mode & (XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL |
XFS_IOLOCK_EXCL   462 fs/xfs/xfs_inode.c 	if (lock_mode & XFS_IOLOCK_EXCL) {
XFS_IOLOCK_EXCL   552 fs/xfs/xfs_inode.c 	ASSERT(!(ip0_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)));
XFS_IOLOCK_EXCL   553 fs/xfs/xfs_inode.c 	ASSERT(!(ip1_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)));
XFS_IOLOCK_EXCL  1523 fs/xfs/xfs_inode.c 	       xfs_isilocked(ip, XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL  1659 fs/xfs/xfs_inode.c 		if (xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
XFS_IOLOCK_EXCL  1661 fs/xfs/xfs_inode.c 			xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   297 fs/xfs/xfs_inode.h #define XFS_LOCK_MASK		(XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED \
XFS_IOLOCK_EXCL   302 fs/xfs/xfs_inode.h 	{ XFS_IOLOCK_EXCL,	"IOLOCK_EXCL" }, \
XFS_IOLOCK_EXCL   600 fs/xfs/xfs_ioctl.c 	uint			iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
XFS_IOLOCK_EXCL  1333 fs/xfs/xfs_ioctl.c 	xfs_ilock(ip, XFS_MMAPLOCK_EXCL | XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL  1341 fs/xfs/xfs_ioctl.c 	*join_flags = XFS_MMAPLOCK_EXCL | XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL  1345 fs/xfs/xfs_ioctl.c 	xfs_iunlock(ip, XFS_MMAPLOCK_EXCL | XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   838 fs/xfs/xfs_iops.c 	ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
XFS_IOLOCK_EXCL  1044 fs/xfs/xfs_iops.c 		iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
XFS_IOLOCK_EXCL    40 fs/xfs/xfs_pnfs.c 		*iolock |= XFS_IOLOCK_EXCL;
XFS_IOLOCK_EXCL   120 fs/xfs/xfs_pnfs.c 	xfs_ilock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   179 fs/xfs/xfs_pnfs.c 	xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   185 fs/xfs/xfs_pnfs.c 	xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   241 fs/xfs/xfs_pnfs.c 	xfs_ilock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   301 fs/xfs/xfs_pnfs.c 	xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   221 fs/xfs/xfs_qm_syscalls.c 	xfs_ilock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   225 fs/xfs/xfs_qm_syscalls.c 		xfs_iunlock(ip, XFS_IOLOCK_EXCL);
XFS_IOLOCK_EXCL   247 fs/xfs/xfs_qm_syscalls.c 	xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);