Home
last modified time | relevance | path

Searched refs:orphanage_ilock_flags (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Dorphanage.c199 sc->orphanage_ilock_flags = 0; in xrep_orphanage_create()
214 sc->orphanage_ilock_flags |= ilock_flags; in xrep_orphanage_ilock()
224 sc->orphanage_ilock_flags |= ilock_flags; in xrep_orphanage_ilock_nowait()
237 sc->orphanage_ilock_flags &= ~ilock_flags; in xrep_orphanage_iunlock()
275 if (sc->orphanage_ilock_flags) in xrep_orphanage_rele()
276 xfs_iunlock(sc->orphanage, sc->orphanage_ilock_flags); in xrep_orphanage_rele()
323 ASSERT(sc->orphanage_ilock_flags & XFS_IOLOCK_EXCL); in xrep_adoption_trans_alloc()
325 ASSERT(!(sc->orphanage_ilock_flags & in xrep_adoption_trans_alloc()
352 sc->orphanage_ilock_flags |= XFS_ILOCK_EXCL; in xrep_adoption_trans_alloc()
H A Dscrub.h174 uint orphanage_ilock_flags; member
H A Dscrub.c220 sc->orphanage_ilock_flags = sub->sc.orphanage_ilock_flags; in xchk_scrub_free_subord()