Searched refs:log_flags (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_trans.c | 686 int log_flags; in xfs_trans_reserve() local 716 log_flags = XFS_LOG_PERM_RESERV; in xfs_trans_reserve() 721 log_flags = 0; in xfs_trans_reserve() 726 XFS_TRANSACTION, log_flags, tp->t_type); in xfs_trans_reserve() 758 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve() 760 log_flags = 0; in xfs_trans_reserve() 762 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve() 1567 int log_flags = 0; in xfs_trans_commit_iclog() local 1599 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit_iclog() 1608 *commit_lsn = xfs_log_done(mp, tp->t_ticket, &commit_iclog, log_flags); in xfs_trans_commit_iclog() [all …]
|
D | xfs_log_cil.c | 637 int log_flags = 0; in xfs_log_commit_cil() local 641 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_log_commit_cil() 671 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_log_commit_cil()
|
/linux-2.6.39/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 71 unsigned long log_flags; \ 72 local_irq_save(log_flags); \ 80 local_irq_restore(log_flags); \
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | fasttimer.c | 65 unsigned long log_flags; \ 66 local_irq_save(log_flags); \ 74 local_irq_restore(log_flags); \
|