Searched refs:ilock_flags (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/xfs/scrub/ |
D | rtbitmap.c | 38 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTBITMAP; in xchk_setup_rt() 40 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_rt() 95 uint old_ilock_flags = sc->ilock_flags; in xchk_rtsummary() 106 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM; in xchk_rtsummary() 107 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_rtsummary() 118 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_rtsummary() 119 sc->ilock_flags = old_ilock_flags; in xchk_rtsummary()
|
D | quota.c | 72 sc->ilock_flags = XFS_ILOCK_EXCL; in xchk_setup_quota() 259 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_quota() 260 sc->ilock_flags = 0; in xchk_quota() 264 sc->ilock_flags = XFS_ILOCK_EXCL; in xchk_quota() 265 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_quota()
|
D | parent.c | 201 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_parent_validate() 202 sc->ilock_flags = 0; in xchk_parent_validate() 217 sc->ilock_flags = XFS_IOLOCK_EXCL; in xchk_parent_validate() 286 sc->ilock_flags &= ~(XFS_ILOCK_EXCL | XFS_MMAPLOCK_EXCL); in xchk_parent()
|
D | inode.c | 62 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode() 63 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_inode() 67 sc->ilock_flags |= XFS_ILOCK_EXCL; in xchk_setup_inode()
|
D | scrub.h | 64 uint ilock_flags; member
|
D | common.c | 736 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode_contents() 737 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_inode_contents() 741 sc->ilock_flags |= XFS_ILOCK_EXCL; in xchk_setup_inode_contents()
|
D | scrub.c | 182 if (sc->ilock_flags) in xchk_teardown() 183 xfs_iunlock(sc->ip, sc->ilock_flags); in xchk_teardown()
|
D | bmap.c | 46 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode_bmap() 47 xfs_ilock(sc->ip, sc->ilock_flags); in xchk_setup_inode_bmap() 84 sc->ilock_flags |= XFS_ILOCK_EXCL; in xchk_setup_inode_bmap()
|
D | dir.c | 836 sc->ilock_flags &= ~XFS_ILOCK_EXCL; in xchk_directory()
|