Home
last modified time | relevance | path

Searched defs:journal (Results 1 – 11 of 11) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drevoke.c131 static inline int hash(journal_t *journal, unsigned long long block) in hash()
136 static int insert_revoke_hash(journal_t *journal, unsigned long long blocknr, in insert_revoke_hash()
160 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
263 int jbd2_journal_init_revoke(journal_t *journal, int hash_size) in jbd2_journal_init_revoke()
290 void jbd2_journal_destroy_revoke(journal_t *journal) in jbd2_journal_destroy_revoke()
330 journal_t *journal; in jbd2_journal_revoke() local
426 journal_t *journal = handle->h_transaction->t_journal; in jbd2_journal_cancel_revoke() local
484 void jbd2_clear_buffer_revoked_flags(journal_t *journal) in jbd2_clear_buffer_revoked_flags()
513 void jbd2_journal_switch_revoke_table(journal_t *journal) in jbd2_journal_switch_revoke_table()
533 journal_t *journal = transaction->t_journal; in jbd2_journal_write_revoke_records() local
[all …]
Drecovery.c66 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead()
128 static int jread(struct buffer_head **bhp, journal_t *journal, in jread()
196 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
225 #define wrap(journal, var) \ argument
235 static int fc_do_one_pass(journal_t *journal, in fc_do_one_pass()
283 int jbd2_journal_recover(journal_t *journal) in jbd2_journal_recover()
348 int jbd2_journal_skip_recovery(journal_t *journal) in jbd2_journal_skip_recovery()
376 static inline unsigned long long read_tag_block(journal_t *journal, in read_tag_block()
389 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
455 static int do_one_pass(journal_t *journal, in do_one_pass()
[all …]
Djournal.c95 int jbd2_journal_bmap(journal_t *journal, unsigned long block, in jbd2_journal_bmap()
848 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
957 journal_t *journal = NULL; in e2fsck_get_journal() local
1241 static void clear_v2_journal_fields(journal_t *journal) in clear_v2_journal_fields()
1258 static errcode_t e2fsck_journal_load(journal_t *journal) in e2fsck_journal_load()
1381 journal_t *journal) in e2fsck_journal_reset_super()
1426 journal_t *journal, in e2fsck_journal_fix_corrupt_super()
1447 static void e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, in e2fsck_journal_release()
1486 journal_t *journal; in e2fsck_check_ext3_journal() local
1613 journal_t *journal; in recover_ext3_journal() local
Djfs_user.h82 #define do_readahead(journal, start) do {} while (0) argument
/third_party/e2fsprogs/debugfs/
Ddo_journal.c48 journal_t *journal; member
413 static blk64_t journal_guess_blocks(journal_t *journal, blk64_t data_blocks, in journal_guess_blocks()
438 static errcode_t journal_open_trans(journal_t *journal, in journal_open_trans()
468 journal_t *journal; in journal_close_trans() local
499 static errcode_t journal_write(journal_t *journal, in journal_write()
614 #define wrap(journal, var) \ argument
624 static int count_tags(journal_t *journal, char *buf) in count_tags()
651 static errcode_t journal_find_head(journal_t *journal) in journal_find_head()
768 static void update_journal_csum(journal_t *journal, int ver) in update_journal_csum()
811 static void update_uuid(journal_t *journal) in update_uuid()
[all …]
Djournal.c100 int jbd2_journal_bmap(journal_t *journal, unsigned long block, in jbd2_journal_bmap()
299 journal_t *journal = NULL; in ext2fs_get_journal() local
541 static void clear_v2_journal_fields(journal_t *journal) in clear_v2_journal_fields()
551 static errcode_t ext2fs_journal_load(journal_t *journal) in ext2fs_journal_load()
643 static void ext2fs_journal_release(ext2_filsys fs, journal_t *journal, in ext2fs_journal_release()
684 journal_t *journal; in ext2fs_check_ext3_journal() local
740 journal_t *journal; in recover_ext3_journal() local
838 journal_t *journal; in ext2fs_open_journal() local
879 journal_t *journal = *j; in ext2fs_close_journal() local
/third_party/f2fs-tools/fsck/
Dmount.c1369 struct f2fs_journal *journal = &sum->journal; in f2fs_early_init_nid_bitmap() local
1553 struct f2fs_journal *journal = &curseg->sum_blk->journal; in check_nat_bits() local
2295 struct f2fs_journal *journal = &curseg->sum_blk->journal; in build_sit_entries() local
2502 struct f2fs_journal *journal = &curseg->sum_blk->journal; in flush_sit_journal_entries() local
2536 struct f2fs_journal *journal = &curseg->sum_blk->journal; in flush_nat_journal_entries() local
2851 struct f2fs_journal *journal = &curseg->sum_blk->journal; in lookup_nat_in_journal() local
2868 struct f2fs_journal *journal = &curseg->sum_blk->journal; in nullify_nat_entry() local
3051 struct f2fs_journal *journal = &curseg->sum_blk->journal; in build_nat_area_bitmap() local
/third_party/f2fs-tools/mkfs/
Df2fs_format.c626 struct f2fs_journal *journal; in f2fs_write_check_point_pack() local
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h403 _INLINE_ int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
/third_party/f2fs-tools/include/
Df2fs_fs.h1099 struct f2fs_journal journal; member