ilock_flags        38 fs/xfs/scrub/bmap.c 	sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
ilock_flags        39 fs/xfs/scrub/bmap.c 	xfs_ilock(sc->ip, sc->ilock_flags);
ilock_flags        58 fs/xfs/scrub/bmap.c 	sc->ilock_flags |= XFS_ILOCK_EXCL;
ilock_flags       747 fs/xfs/scrub/common.c 	sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
ilock_flags       748 fs/xfs/scrub/common.c 	xfs_ilock(sc->ip, sc->ilock_flags);
ilock_flags       752 fs/xfs/scrub/common.c 	sc->ilock_flags |= XFS_ILOCK_EXCL;
ilock_flags       829 fs/xfs/scrub/dir.c 	sc->ilock_flags &= ~XFS_ILOCK_EXCL;
ilock_flags        52 fs/xfs/scrub/inode.c 	sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
ilock_flags        53 fs/xfs/scrub/inode.c 	xfs_ilock(sc->ip, sc->ilock_flags);
ilock_flags        57 fs/xfs/scrub/inode.c 	sc->ilock_flags |= XFS_ILOCK_EXCL;
ilock_flags       193 fs/xfs/scrub/parent.c 	xfs_iunlock(sc->ip, sc->ilock_flags);
ilock_flags       194 fs/xfs/scrub/parent.c 	sc->ilock_flags = 0;
ilock_flags       209 fs/xfs/scrub/parent.c 	sc->ilock_flags = XFS_IOLOCK_EXCL;
ilock_flags       278 fs/xfs/scrub/parent.c 	sc->ilock_flags &= ~(XFS_ILOCK_EXCL | XFS_MMAPLOCK_EXCL);
ilock_flags        61 fs/xfs/scrub/quota.c 	sc->ilock_flags = XFS_ILOCK_EXCL;
ilock_flags       248 fs/xfs/scrub/quota.c 	xfs_iunlock(sc->ip, sc->ilock_flags);
ilock_flags       249 fs/xfs/scrub/quota.c 	sc->ilock_flags = 0;
ilock_flags       253 fs/xfs/scrub/quota.c 	sc->ilock_flags = XFS_ILOCK_EXCL;
ilock_flags       254 fs/xfs/scrub/quota.c 	xfs_ilock(sc->ip, sc->ilock_flags);
ilock_flags        31 fs/xfs/scrub/rtbitmap.c 	sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTBITMAP;
ilock_flags        33 fs/xfs/scrub/rtbitmap.c 	xfs_ilock(sc->ip, sc->ilock_flags);
ilock_flags        88 fs/xfs/scrub/rtbitmap.c 	uint			old_ilock_flags = sc->ilock_flags;
ilock_flags        99 fs/xfs/scrub/rtbitmap.c 	sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM;
ilock_flags       100 fs/xfs/scrub/rtbitmap.c 	xfs_ilock(sc->ip, sc->ilock_flags);
ilock_flags       111 fs/xfs/scrub/rtbitmap.c 	xfs_iunlock(sc->ip, sc->ilock_flags);
ilock_flags       112 fs/xfs/scrub/rtbitmap.c 	sc->ilock_flags = old_ilock_flags;
ilock_flags       163 fs/xfs/scrub/scrub.c 		if (sc->ilock_flags)
ilock_flags       164 fs/xfs/scrub/scrub.c 			xfs_iunlock(sc->ip, sc->ilock_flags);
ilock_flags        64 fs/xfs/scrub/scrub.h 	uint				ilock_flags;