/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A 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 …]
|
H A 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 …]
|
H A 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
|
H A D | jfs_user.h | 83 #define do_readahead(journal, start) do {} while (0) argument
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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
|
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
H A D | BiometricActivityTests.java | 96 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_authenticateFromForegroundActivity_forSensor() local 150 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor() local 222 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenAuthenticate_forSensor() local 290 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_negativeButtonInvoked_forSensor() local 406 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOrCredential_credentialButtonInvoked_forConfiguration() local
|
H A D | BiometricSecurityTests.java | 217 final TestJournal journal = in testBiometricStrength_forSensor_authAllowed() local 257 final TestJournal journal = in testBiometricStrength_forSensor_authDisallowed() local 391 final TestJournal journal = in testBiometricStrengthDowngraded_forSensor() local 550 final TestJournal journal = in testBiometricStrengthUpgraded_forSensor() local
|
H A D | BiometricTestBase.java | 329 TestJournal journal) throws Exception { in successfullyAuthenticate() 605 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
|
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/ |
H A D | FingerprintManagerTest.java | 108 private static FingerprintCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState() 240 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthenticateFromForegroundActivity() local 281 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testRejectThenErrorFromForegroundActivity() local 372 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthCancelsWhenAppSwitched() local
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | mount.c | 1620 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(sum); in f2fs_early_init_nid_bitmap() local 1806 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in check_nat_bits() local 2525 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in update_nat_blkaddr() local 2587 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in build_sit_entries() local 2791 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in flush_sit_journal_entries() local 2825 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in flush_nat_journal_entries() local 2990 struct f2fs_journal *journal = in zero_journal_entries_with_type() local 3237 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in lookup_nat_in_journal() local 3254 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in nullify_nat_entry() local 3475 struct f2fs_journal *journal = F2FS_SUMMARY_BLOCK_JOURNAL(curseg->sum_blk); in build_nat_area_bitmap() local
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/ |
H A D | ProcessedPackagesJournalTest.java | 141 File journal = new File(mStateDirectory, JOURNAL_FILE_NAME); in readJournalPackages() local 157 File journal = new File(mStateDirectory, JOURNAL_FILE_NAME); in writePermanentJournalPackages() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
H A D | SplashscreenTests.java | 423 final TestJournalProvider.TestJournal journal = in testSetApplicationNightMode() local 495 final TestJournalProvider.TestJournal journal = in testCancelHandleExitIconAnimatingActivity() local 625 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in assertHandleExit() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
H A D | WallpaperWindowInputTests.kt | 155 val journal = in <lambda>() constant
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperDataParser.java | 147 JournaledFile journal = makeJournaledFile(userId); in loadSettingsLocked() local 487 JournaledFile journal = makeJournaledFile(userId); in saveSettingsLocked() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
H A D | MultiDisplaySystemDecorationTests.java | 98 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 86 public void setDragEventJournal(ArrayList<DragEvent> journal) { in setDragEventJournal()
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
H A D | KeyValueBackupReporter.java | 381 void onJournalDeleteFailed(DataChangedJournal journal) { in onJournalDeleteFailed()
|
H A D | KeyValueBackupTask.java | 314 @Nullable DataChangedJournal journal, in KeyValueBackupTask()
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | kernel-jbd.h | 403 _INLINE_ int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3()
|
/aosp_15_r20/external/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 766 struct f2fs_journal *journal; in f2fs_write_check_point_pack() local
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | UserBackupManagerService.java | 847 public void setJournal(@Nullable DataChangedJournal journal) { in setJournal()
|
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/ |
H A D | KeyValueBackupTaskTest.java | 2939 private static void assertJournalDoesNotContain( in assertJournalDoesNotContain()
|