Home
last modified time | relevance | path

Searched refs:regrant (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_trans.c834 bool regrant) in __xfs_trans_commit() argument
849 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
879 xfs_log_commit_cil(mp, tp, &commit_lsn, regrant); in __xfs_trans_commit()
907 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit()
Dxfs_log.h135 xfs_lsn_t *commit_lsn, bool regrant);
Dxfs_log_cil.c1015 bool regrant) in xfs_log_commit_cil() argument
1038 if (regrant && !XLOG_FORCED_SHUTDOWN(log)) in xfs_log_commit_cil()
/Linux-v5.10/Documentation/filesystems/
Dxfs-delayed-logging-design.rst533 available when required, then the regrant code will sleep waiting for it.