journal_invalidatepage(9) invalidate a journal page

SYNOPSIS

void journal_invalidatepage(journal_t * journal, struct page * page, unsigned int offset, unsigned int length);

ARGUMENTS

journal

journal to use for flush

page

page to flush

offset

offset of the range to invalidate

length

length of the range to invalidate

DESCRIPTION

Reap page buffers containing data in specified range in page.

AUTHORS

Roger Gammans <[email protected]>

Author.

Stephen Tweedie <[email protected]>

Author.

COPYRIGHT