Searched refs:regrant (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_log.h | 131 bool regrant); 172 xfs_lsn_t *commit_lsn, bool regrant);
|
D | xfs_trans.c | 906 bool regrant) in __xfs_trans_commit() argument 937 xfs_log_commit_cil(mp, tp, &commit_lsn, regrant); in __xfs_trans_commit() 965 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
|
D | xfs_log_cil.c | 993 bool regrant) in xfs_log_commit_cil() argument 1015 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil()
|
D | xfs_log.c | 514 bool regrant) in xfs_log_done() argument 527 regrant = false; in xfs_log_done() 531 if (!regrant) { in xfs_log_done()
|