Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Drtbitmap.c32 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTBITMAP; in xchk_setup_rt()
34 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_rt()
135 uint old_ilock_flags = sc->ilock_flags; in xchk_rtsummary()
146 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM; in xchk_rtsummary()
147 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_rtsummary()
158 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_rtsummary()
159 sc->ilock_flags = old_ilock_flags; in xchk_rtsummary()
Dquota.c61 sc->ilock_flags = XFS_ILOCK_EXCL; in xchk_setup_quota()
234 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_quota()
235 sc->ilock_flags = 0; in xchk_quota()
239 sc->ilock_flags = XFS_ILOCK_EXCL; in xchk_quota()
240 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_quota()
Dparent.c208 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_parent_validate()
209 sc->ilock_flags = 0; in xchk_parent_validate()
224 sc->ilock_flags = XFS_IOLOCK_EXCL; in xchk_parent_validate()
293 sc->ilock_flags &= ~(XFS_ILOCK_EXCL | XFS_MMAPLOCK_EXCL); in xchk_parent()
Dinode.c52 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode()
53 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_inode()
57 sc->ilock_flags |= XFS_ILOCK_EXCL; in xchk_setup_inode()
Dcommon.c747 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode_contents()
748 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_inode_contents()
752 sc->ilock_flags |= XFS_ILOCK_EXCL; in xchk_setup_inode_contents()
Dscrub.c164 if (sc->ilock_flags) in xchk_teardown()
165 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_teardown()
Dbmap.c38 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode_bmap()
39 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_inode_bmap()
76 sc->ilock_flags |= XFS_ILOCK_EXCL; in xchk_setup_inode_bmap()
Dscrub.h64 uint ilock_flags; member
Ddir.c850 sc->ilock_flags &= ~XFS_ILOCK_EXCL; in xchk_directory()