Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A 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()
326 ASSERT(sc->orphanage_ilock_flags & XFS_IOLOCK_EXCL); in xrep_adoption_trans_alloc()
328 ASSERT(!(sc->orphanage_ilock_flags & in xrep_adoption_trans_alloc()
355 sc->orphanage_ilock_flags |= XFS_ILOCK_EXCL; in xrep_adoption_trans_alloc()
A Dscrub.h174 uint orphanage_ilock_flags; member
A Dscrub.c220 sc->orphanage_ilock_flags = sub->sc.orphanage_ilock_flags; in xchk_scrub_free_subord()

Completed in 9 milliseconds