Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans.c948 bool regrant) in __xfs_trans_commit() argument
964 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
1004 xlog_cil_commit(log, tp, &commit_seq, regrant); in __xfs_trans_commit()
1031 if (regrant && !xlog_is_shutdown(log)) in __xfs_trans_commit()
H A Dxfs_log_priv.h589 xfs_csn_t *commit_seq, bool regrant);
H A Dxfs_log_cil.c1560 bool regrant) in xlog_cil_commit() argument
1581 if (regrant && !xlog_is_shutdown(log)) in xlog_cil_commit()
/openbmc/linux/Documentation/filesystems/
H A 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.