• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/

Lines Matching refs:journal_t

81 static int journal_convert_superblock_v1(journal_t *, journal_superblock_t *);
82 static void __journal_abort_soft (journal_t *journal, int errno);
114 journal_t *journal = arg;
210 static int journal_start_thread(journal_t *journal)
222 static void journal_kill_thread(journal_t *journal)
405 int __log_space_left(journal_t *journal)
429 int __log_start_commit(journal_t *journal, tid_t target)
450 int log_start_commit(journal_t *journal, tid_t tid)
470 int journal_force_commit_nested(journal_t *journal)
497 int journal_start_commit(journal_t *journal, tid_t *ptid)
524 int log_wait_commit(journal_t *journal, tid_t tid)
560 int journal_next_log_block(journal_t *journal, unsigned long *retp)
583 int journal_bmap(journal_t *journal, unsigned long blocknr,
620 struct journal_head *journal_get_descriptor_buffer(journal_t *journal)
642 * destroy journal_t structures, and to initialise and read existing
645 /* First: create and setup a journal_t object in memory. We initialise
649 static journal_t * journal_init_common (void)
651 journal_t *journal;
697 * journal_t * journal_init_dev() - creates an initialises a journal structure
703 * @returns: a newly created journal_t *
709 journal_t * journal_init_dev(struct block_device *bdev,
713 journal_t *journal = journal_init_common();
746 * journal_t * journal_init_inode () - creates a journal which maps to a inode.
753 journal_t * journal_init_inode (struct inode *inode)
756 journal_t *journal = journal_init_common();
808 static void journal_fail_superblock (journal_t *journal)
816 * Given a journal_t structure, initialise the various fields for
822 static int journal_reset(journal_t *journal)
852 * Given a journal_t structure which tells us which disk blocks we can
856 int journal_create(journal_t *journal)
927 void journal_update_superblock(journal_t *journal, int wait)
982 static int journal_get_superblock(journal_t *journal)
1039 * journal_t.
1042 static int load_superblock(journal_t *journal)
1067 * Given a journal_t structure which tells us which disk blocks contain
1071 int journal_load(journal_t *journal)
1123 * void journal_destroy() - Release a journal_t structure.
1126 * Release a journal_t structure once it is no longer in use by the
1129 void journal_destroy(journal_t *journal)
1181 int journal_check_used_features (journal_t *journal, unsigned long compat,
1212 int journal_check_available_features (journal_t *journal, unsigned long compat,
1249 int journal_set_features (journal_t *journal, unsigned long compat,
1280 int journal_update_format (journal_t *journal)
1302 static int journal_convert_superblock_v1(journal_t *journal,
1337 int journal_flush(journal_t *journal)
1407 int journal_wipe(journal_t *journal, int write)
1439 static const char *journal_dev_name(journal_t *journal, char *buffer)
1464 void __journal_abort_hard(journal_t *journal)
1485 static void __journal_abort_soft (journal_t *journal, int errno)
1545 void journal_abort(journal_t *journal, int errno)
1561 int journal_errno(journal_t *journal)
1581 int journal_clear_err(journal_t *journal)
1601 void journal_ack_err(journal_t *journal)