Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.c254 int log_flags; in xfs_trans_reserve() local
257 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve()
259 log_flags = 0; in xfs_trans_reserve()
261 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
903 int log_flags = 0; in xfs_trans_commit() local
912 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit()
967 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_commit()
992 int log_flags; in xfs_trans_cancel() local
1024 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_cancel()
1026 log_flags = 0; in xfs_trans_cancel()
[all …]
Dxfs_log_cil.c780 int log_flags = 0; in xfs_log_commit_cil() local
783 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_log_commit_cil()
798 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_log_commit_cil()
/linux-4.1.27/kernel/printk/
Dprintk.c208 enum log_flags { enum
237 static enum log_flags syslog_prev;
251 static enum log_flags console_prev;
409 enum log_flags flags, u64 ts_nsec, in log_store()
514 enum log_flags prev;
1039 static size_t msg_print_text(const struct printk_log *msg, enum log_flags prev, in msg_print_text()
1176 enum log_flags prev; in syslog_print_all()
1356 enum log_flags prev = syslog_prev; in do_syslog()
1520 enum log_flags flags; /* prefix, newline flags */
1524 static void cont_flush(enum log_flags flags) in cont_flush()
[all …]
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dfasttimer.c64 unsigned long log_flags; \
65 local_irq_save(log_flags); \
73 local_irq_restore(log_flags); \
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dfasttimer.c71 unsigned long log_flags; \
72 local_irq_save(log_flags); \
80 local_irq_restore(log_flags); \