/external/e2fsprogs/debugfs/ |
D | revoke.c | 131 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 …]
|
D | recovery.c | 66 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 …]
|
D | do_journal.c | 48 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 …]
|
D | journal.c | 100 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 840 journal_t *journal; in ext2fs_open_journal() local 881 journal_t *journal = *j; in ext2fs_close_journal() local
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 131 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 …]
|
D | recovery.c | 66 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 …]
|
D | journal.c | 95 int jbd2_journal_bmap(journal_t *journal, unsigned long block, in jbd2_journal_bmap() 860 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay() 969 journal_t *journal = NULL; in e2fsck_get_journal() local 1261 static void clear_v2_journal_fields(journal_t *journal) in clear_v2_journal_fields() 1278 static errcode_t e2fsck_journal_load(journal_t *journal) in e2fsck_journal_load() 1401 journal_t *journal) in e2fsck_journal_reset_super() 1446 journal_t *journal, in e2fsck_journal_fix_corrupt_super() 1467 static void e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, in e2fsck_journal_release() 1506 journal_t *journal; in e2fsck_check_ext3_journal() local 1633 journal_t *journal; in recover_ext3_journal() local
|
D | jfs_user.h | 83 #define do_readahead(journal, start) do {} while (0) argument
|
/external/f2fs-tools/fsck/ |
D | mount.c | 1625 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(sum); in f2fs_early_init_nid_bitmap() local 1812 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in check_nat_bits() local 2531 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in update_nat_blkaddr() local 2593 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in build_sit_entries() local 2797 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in flush_sit_journal_entries() local 2831 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in flush_nat_journal_entries() local 2996 struct f2fs_journal *journal = in zero_journal_entries_with_type() local 3243 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in lookup_nat_in_journal() local 3260 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in nullify_nat_entry() local 3481 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in build_nat_area_bitmap() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 403 _INLINE_ int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3()
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 766 struct f2fs_journal *journal; in f2fs_write_check_point_pack() local
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 43320 journal_t *journal; member 65339 struct f2fs_journal journal; member 65754 struct f2fs_journal *journal; member
|
D | vmlinux.h | 43320 journal_t *journal; member 65339 struct f2fs_journal journal; member 65754 struct f2fs_journal *journal; member
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 94179 journal_t *journal; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 124892 journal_t *journal; member
|
D | vmlinux.h | 124892 journal_t *journal; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 61002 journal_t *journal; member
|
D | vmlinux_518.h | 61002 journal_t *journal; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 140408 journal_t *journal; member
|
D | vmlinux.h | 140408 journal_t *journal; member
|