Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dorphanage.c200 sc->orphanage_ilock_flags = 0; in xrep_orphanage_create()
217 sc->orphanage_ilock_flags |= ilock_flags; in xrep_orphanage_ilock()
227 sc->orphanage_ilock_flags |= ilock_flags; in xrep_orphanage_ilock_nowait()
240 sc->orphanage_ilock_flags &= ~ilock_flags; in xrep_orphanage_iunlock()
278 if (sc->orphanage_ilock_flags) in xrep_orphanage_rele()
279 xfs_iunlock(sc->orphanage, sc->orphanage_ilock_flags); in xrep_orphanage_rele()
324 ASSERT(sc->orphanage_ilock_flags & XFS_IOLOCK_EXCL); in xrep_adoption_trans_alloc()
326 ASSERT(!(sc->orphanage_ilock_flags & in xrep_adoption_trans_alloc()
353 sc->orphanage_ilock_flags |= XFS_ILOCK_EXCL; in xrep_adoption_trans_alloc()
Dscrub.h159 uint orphanage_ilock_flags; member
Dscrub.c208 sc->orphanage_ilock_flags = sub->sc.orphanage_ilock_flags; in xchk_scrub_free_subord()