Searched defs:journal_t (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h22 typedef struct journal_s journal_t; typedef in typeref:struct:journal_s
H A Dkernel-jbd.h78 typedef struct journal_s journal_t; /* Journal control structure */ typedef in typeref:struct:journal_s
356 journal_t * t_journal;
452 /* The journal_t maintains all of the journaling state information for a
455 * We use the journal_t to keep track of all outstanding transaction
617 extern struct journal_head * journal_get_descriptor_buffer(journal_t *);
618 extern unsigned long journal_next_log_block(journal_t *);
621 extern void journal_commit_transaction(journal_t *);
624 int __journal_clean_checkpoint_list(journal_t *journal);
638 extern void __wait_on_journal (journal_t *);
654 static inline void lock_journal(journal_t *journa
[all...]

Completed in 110 milliseconds