Query: journal_start
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JOURNAL_START(9) The Linux Journalling API JOURNAL_START(9)NAMEjournal_start - Obtain a new handle.SYNOPSIShandle_t * journal_start(journal_t * journal, int nblocks);ARGUMENTSjournal Journal to start transaction on. nblocks number of block buffer we might modifyDESCRIPTIONWe make sure that the transaction can guarantee at least nblocks of modified buffers in the log. We block until the log can guarantee that much space. This function is visible to journal users (like ext3fs), so is not called with the journal already locked. Return a pointer to a newly allocated handle, or an ERR_PTR value on failure.AUTHORSRoger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 JOURNAL_START(9)
Related Man Pages |
---|
journal_try_to_free_buffers(9) - centos |
struct_journal_s(9) - centos |
journal_get_undo_access(9) - suse |
journal_try_to_free_buffers(9) - suse |
systemd-journald.socket(8) - centos |
Similar Topics in the Unix Linux Community |
---|
USB drive going offline |
Ext3 filesystems on san become read only |