Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_trans.c948 bool regrant) in __xfs_trans_commit() argument
971 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
1012 xlog_cil_commit(log, tp, &commit_seq, regrant); in __xfs_trans_commit()
1039 if (regrant && !xlog_is_shutdown(log)) in __xfs_trans_commit()
Dxfs_log_priv.h588 xfs_csn_t *commit_seq, bool regrant);
Dxfs_log_cil.c1563 bool regrant) in xlog_cil_commit() argument
1584 if (regrant && !xlog_is_shutdown(log)) in xlog_cil_commit()
/linux-6.6.21/Documentation/filesystems/
Dxfs-delayed-logging-design.rst277 As a result, permanent transactions only "regrant" reservation space during
816 available when required, then the regrant code will sleep waiting for it.