Lines Matching refs:temp_ilock_flags
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()
750 sc->temp_ilock_flags |= XFS_ILOCK_EXCL; in xrep_tempexch_trans_alloc()