Searched refs:temp_ilock_flags (Results 1 – 2 of 2) sorted by relevance
162 sc->temp_ilock_flags = 0; in xrep_tempfile_create()220 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_adjust_directory_tree()264 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_remove_metadir()301 sc->temp_ilock_flags |= XFS_IOLOCK_EXCL; in xrep_tempfile_iolock_nowait()334 sc->temp_ilock_flags &= ~XFS_IOLOCK_EXCL; in xrep_tempfile_iounlock()342 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock()352 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock_nowait()365 sc->temp_ilock_flags &= ~XFS_ILOCK_EXCL; in xrep_tempfile_iunlock()378 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempfile_ilock_both()398 if (sc->temp_ilock_flags) { in xrep_tempfile_rele()[all …]
179 uint temp_ilock_flags; member