Searched refs:ilock_flags (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/scrub/ |
D | rtbitmap.c | 32 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()
|
D | quota.c | 61 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()
|
D | parent.c | 208 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()
|
D | inode.c | 52 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()
|
D | common.c | 747 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()
|
D | scrub.c | 164 if (sc->ilock_flags) in xchk_teardown() 165 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_teardown()
|
D | bmap.c | 38 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()
|
D | scrub.h | 64 uint ilock_flags; member
|
D | dir.c | 850 sc->ilock_flags &= ~XFS_ILOCK_EXCL; in xchk_directory()
|