Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.h119 bool regrant);
150 xfs_lsn_t *commit_lsn, bool regrant);
Dxfs_trans.c922 bool regrant) in __xfs_trans_commit() argument
937 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
967 xfs_log_commit_cil(mp, tp, &commit_lsn, regrant); in __xfs_trans_commit()
995 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
Dxfs_log_cil.c978 bool regrant) in xfs_log_commit_cil() argument
1000 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil()
Dxfs_log.c503 bool regrant) in xfs_log_done() argument
516 regrant = false; in xfs_log_done()
520 if (!regrant) { in xfs_log_done()
/Linux-v4.19/Documentation/filesystems/
Dxfs-delayed-logging-design.txt525 available when required, then the regrant code will sleep waiting for it.