Home
last modified time | relevance | path

Searched refs:log_flags (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_trans.c762 int log_flags; in xfs_trans_reserve() local
765 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve()
767 log_flags = 0; in xfs_trans_reserve()
769 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
1355 int log_flags = 0; in xfs_trans_commit() local
1364 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit()
1427 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_commit()
1452 int log_flags; in xfs_trans_cancel() local
1484 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_cancel()
1486 log_flags = 0; in xfs_trans_cancel()
[all …]
Dxfs_log_cil.c669 int log_flags = 0; in xfs_log_commit_cil() local
674 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_log_commit_cil()
706 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_log_commit_cil()