Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Dorphanage.c201 sc->orphanage_ilock_flags = 0; in xrep_orphanage_create()
218 sc->orphanage_ilock_flags |= ilock_flags; in xrep_orphanage_ilock()
228 sc->orphanage_ilock_flags |= ilock_flags; in xrep_orphanage_ilock_nowait()
241 sc->orphanage_ilock_flags &= ~ilock_flags; in xrep_orphanage_iunlock()
279 if (sc->orphanage_ilock_flags) in xrep_orphanage_rele()
280 xfs_iunlock(sc->orphanage, sc->orphanage_ilock_flags); in xrep_orphanage_rele()
327 ASSERT(sc->orphanage_ilock_flags & XFS_IOLOCK_EXCL); in xrep_adoption_trans_alloc()
329 ASSERT(!(sc->orphanage_ilock_flags & in xrep_adoption_trans_alloc()
356 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()