Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dtempfile.c162 sc->temp_ilock_flags = 0; in xrep_tempfile_create()
219 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_adjust_directory_tree()
263 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_remove_metadir()
300 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_iolock_nowait()
333 sc->temp_ilock_flags &= ~XFS_IOLOCK_EXCL; in xrep_tempfile_iounlock()
341 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock()
351 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock_nowait()
364 sc->temp_ilock_flags &= ~XFS_ILOCK_EXCL; in xrep_tempfile_iunlock()
377 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock_both()
397 if (sc->temp_ilock_flags) { in xrep_tempfile_rele()
[all …]
H A Dscrub.h179 uint temp_ilock_flags; member
H A Dscrub.c221 sc->temp_ilock_flags = sub->sc.temp_ilock_flags; in xchk_scrub_free_subord()