Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_trans.c836 bool regrant) in __xfs_trans_commit() argument
851 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
881 xlog_cil_commit(mp->m_log, tp, &commit_seq, regrant); in __xfs_trans_commit()
908 if (regrant && !xlog_is_shutdown(mp->m_log)) in __xfs_trans_commit()
Dxfs_log_priv.h593 xfs_csn_t *commit_seq, bool regrant);
Dxfs_log_cil.c1270 bool regrant) in xlog_cil_commit() argument
1287 if (regrant && !xlog_is_shutdown(log)) in xlog_cil_commit()
/Linux-v5.15/Documentation/filesystems/
Dxfs-delayed-logging-design.rst533 available when required, then the regrant code will sleep waiting for it.