The Linux Journalling API | ||
---|---|---|
<<< Previous | Next >>> |
struct handle_s { transaction_t * h_transaction; int h_buffer_credits; int h_ref; int h_err; struct list_head h_jcb; }; |
Which compound transaction is this update a part of?
Number of remaining buffers we are allowed to dirty.
Reference count on this handle
Field for caller's use to track errors through large fs operations
List of application registered callbacks for this handle.
<<< Previous | Home | Next >>> |
struct journal_callback | Up | struct journal_s |