Searched refs:temp_ilock_flags (Results 1 – 3 of 3) sorted by relevance
161 sc->temp_ilock_flags = 0; in xrep_tempfile_create()191 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_iolock_nowait()224 sc->temp_ilock_flags &= ~XFS_IOLOCK_EXCL; in xrep_tempfile_iounlock()232 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock()242 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock_nowait()255 sc->temp_ilock_flags &= ~XFS_ILOCK_EXCL; in xrep_tempfile_iunlock()268 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock_both()288 if (sc->temp_ilock_flags) { in xrep_tempfile_rele()289 xfs_iunlock(sc->tempip, sc->temp_ilock_flags); in xrep_tempfile_rele()290 sc->temp_ilock_flags = 0; in xrep_tempfile_rele()[all …]
164 uint temp_ilock_flags; member
209 sc->temp_ilock_flags = sub->sc.temp_ilock_flags; in xchk_scrub_free_subord()