centos man page for journal_flush

Query: journal_flush

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

JOURNAL_FLUSH(9)					     The Linux Journalling API						  JOURNAL_FLUSH(9)

NAME
journal_flush - Flush journal
SYNOPSIS
int journal_flush(journal_t * journal);
ARGUMENTS
journal Journal to act on.
DESCRIPTION
Flush all data for a given journal to disk and empty the journal. Filesystems can use this when remounting readonly to ensure that recovery does not need to happen on remount.
AUTHORS
Roger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 JOURNAL_FLUSH(9)
Related Man Pages
systemd-journald(8) - centos
journal_abort(9) - centos
journal_try_to_free_buffers(9) - centos
sd_journal_get_catalog_for_message_id(3) - centos
journal_get_undo_access(9) - suse
Similar Topics in the Unix Linux Community
Trying to understand the delay