Searched refs:Journal (Results 1 – 9 of 9) 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 | dm-raid.c | 694 if (!test_bit(Journal, &rdev->flags)) in rs_set_rdev_sectors() 1279 set_bit(Journal, &jdev->flags); in parse_raid_params() 1599 if (!test_bit(Journal, &rdev->flags) && in __rdev_sectors() 1614 if (!test_bit(Journal, &rdev->flags) && rdev->bdev) { in _check_data_dev_sectors() 1632 if (!test_bit(Journal, &rdev->flags)) { in _get_reshape_sectors() 2357 if (test_bit(Journal, &rdev->flags)) in super_init_validation() 2411 if (test_bit(Journal, &r->flags) || in super_init_validation() 2542 if (test_bit(Journal, &rdev->flags)) in analyse_superblocks() 2615 if (!test_bit(Journal, &rdev->flags) && in analyse_superblocks() 2713 if (!test_bit(Journal, &rdev->flags)) { in rs_adjust_data_offsets() [all …]
|
| H A D | md.h | 273 Journal, /* This device is used as journal for enumerator 828 !test_bit(Journal, &rdev->flags) && in sysfs_link_rdev() 840 !test_bit(Journal, &rdev->flags) && in sysfs_unlink_rdev()
|
| H A D | md.c | 2156 set_bit(Journal, &rdev->flags); in super_1_validate() 2238 if (rdev->raid_disk >= 0 && !test_bit(Journal, &rdev->flags) && in super_1_sync() 2249 if (test_bit(Journal, &rdev->flags)) in super_1_sync() 2348 else if (test_bit(Journal, &rdev2->flags)) in super_1_sync() 2506 test_bit(Journal, &rdev->flags) || in match_mddev_units() 2511 test_bit(Journal, &rdev2->flags) || in match_mddev_units() 2564 if (!test_bit(Journal, &rdev->flags) && in bind_rdev_to_array() 2597 if (!test_bit(Journal, &rdev->flags) && in bind_rdev_to_array() 2832 !test_bit(Journal, &rdev->flags) && in md_update_sb() 2979 bool add_journal = test_bit(Journal, &rdev->flags); in add_bound_rdev() [all …]
|
| H A D | raid5.c | 6381 !test_bit(Journal, &rdev->flags) && in reshape_request() 6490 !test_bit(Journal, &rdev->flags) && in reshape_request() 7553 if (test_bit(Journal, &rdev->flags)) in setup_conf() 7624 || raid_disk < 0 || test_bit(Journal, &rdev->flags)) in setup_conf() 7856 if (test_bit(Journal, &rdev->flags)) { in raid5_run() 8223 if (test_bit(Journal, &rdev->flags) && conf->log) { in raid5_remove_disk() 8302 if (test_bit(Journal, &rdev->flags)) { in raid5_add_disk() 8620 !test_bit(Journal, &rdev->flags) && in end_reshape() 8974 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
|
| /linux/Documentation/translations/it_IT/kernel-hacking/ |
| H A D | locking.rst | 1063 170/360ns (Leggetevi l'articolo di Paul McKenney's `Linux Journal RCU
|