Searched refs:regrant (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_log.h | 111 bool regrant); 140 xfs_lsn_t *commit_lsn, bool regrant);
|
| D | xfs_trans.c | 929 bool regrant) in __xfs_trans_commit() argument 944 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit() 974 xfs_log_commit_cil(mp, tp, &commit_lsn, regrant); in __xfs_trans_commit() 1002 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
|
| D | xfs_log_cil.c | 997 bool regrant) in xfs_log_commit_cil() argument 1020 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil()
|
| D | xfs_log.c | 515 bool regrant) in xfs_log_done() argument 528 regrant = false; in xfs_log_done() 532 if (!regrant) { in xfs_log_done()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.txt | 525 available when required, then the regrant code will sleep waiting for it.
|