Searched refs:Journal (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 3 Journal (jbd2) 78 External Journal 95 - Journal Superblock 150 - Journal superblock, v1. 152 - Journal superblock, v2. 186 - Journal device block size. 293 - Journal maintains checksums on the data blocks. 307 - Journal has block revocation records. (JBD2_FEATURE_INCOMPAT_REVOKE) 309 - Journal can deal with 64-bit block numbers. 312 - Journal commits asynchronously. (JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT) [all …]
|
| H A D | special_inodes.rst | 31 - Journal inode.
|
| /linux/drivers/md/ |
| H A D | md.h | 273 Journal, /* This device is used as journal for enumerator 833 !test_bit(Journal, &rdev->flags) && in sysfs_link_rdev() 845 !test_bit(Journal, &rdev->flags) && in sysfs_unlink_rdev()
|
| H A D | md.c | 2165 set_bit(Journal, &rdev->flags); in super_1_validate() 2247 if (rdev->raid_disk >= 0 && !test_bit(Journal, &rdev->flags) && in super_1_sync() 2258 if (test_bit(Journal, &rdev->flags)) in super_1_sync() 2357 else if (test_bit(Journal, &rdev2->flags)) in super_1_sync() 2515 test_bit(Journal, &rdev->flags) || in match_mddev_units() 2520 test_bit(Journal, &rdev2->flags) || in match_mddev_units() 2573 if (!test_bit(Journal, &rdev->flags) && in bind_rdev_to_array() 2606 if (!test_bit(Journal, &rdev->flags) && in bind_rdev_to_array() 2841 !test_bit(Journal, &rdev->flags) && in md_update_sb() 2988 bool add_journal = test_bit(Journal, &rdev->flags); in add_bound_rdev() [all …]
|
| H A D | raid5.c | 6532 !test_bit(Journal, &rdev->flags) && in reshape_request() 6648 !test_bit(Journal, &rdev->flags) && in reshape_request() 7716 if (test_bit(Journal, &rdev->flags)) in setup_conf() 7787 || raid_disk < 0 || test_bit(Journal, &rdev->flags)) in setup_conf() 8008 if (test_bit(Journal, &rdev->flags)) { in raid5_run() 8375 if (test_bit(Journal, &rdev->flags) && conf->log) { in raid5_remove_disk() 8454 if (test_bit(Journal, &rdev->flags)) { in raid5_add_disk() 8795 !test_bit(Journal, &rdev->flags) && in end_reshape() 9159 if (test_bit(Journal, &rdev->flags)) { in raid5_change_consistency_policy()
|
| /linux/Documentation/filesystems/ |
| H A D | journalling.rst | 191 Journal Level
|
| /linux/Documentation/kernel-hacking/ |
| H A D | locking.rst | 1037 to 360ns. (These figures from Paul McKenney's `Linux Journal RCU
|