Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans.c832 bool regrant) in __xfs_trans_commit() argument
847 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
877 xlog_cil_commit(mp->m_log, tp, &commit_seq, regrant); in __xfs_trans_commit()
904 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit()
H A Dxfs_log_priv.h551 xfs_csn_t *commit_seq, bool regrant);
H A Dxfs_log_cil.c1027 bool regrant) in xlog_cil_commit() argument
1044 if (regrant && !XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_commit()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst533 available when required, then the regrant code will sleep waiting for it.