Home
last modified time | relevance | path

Searched refs:Journal (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Djournal.rst3 Journal (jbd2)
78 External Journal
95 - Journal Superblock
150 - Journal superblock, v1.
152 - Journal superblock, v2.
186 - Journal device block size.
288 - Journal maintains checksums on the data blocks.
302 - Journal has block revocation records. (JBD2\_FEATURE\_INCOMPAT\_REVOKE)
304 - Journal can deal with 64-bit block numbers.
307 - Journal commits asynchronously. (JBD2\_FEATURE\_INCOMPAT\_ASYNC\_COMMIT)
[all …]
H A Dspecial_inodes.rst31 - Journal inode.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-conf/
H A Djournald.conf1 [Journal]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-raid.c692 if (!test_bit(Journal, &rdev->flags)) in rs_set_rdev_sectors()
1273 set_bit(Journal, &jdev->flags); in parse_raid_params()
1597 if (!test_bit(Journal, &rdev->flags) && in __rdev_sectors()
1612 if (!test_bit(Journal, &rdev->flags) && rdev->bdev) { in _check_data_dev_sectors()
2328 if (test_bit(Journal, &rdev->flags)) in super_init_validation()
2384 if (test_bit(Journal, &rdev->flags) || in super_init_validation()
2511 if (test_bit(Journal, &rdev->flags)) in analyse_superblocks()
2584 if (!test_bit(Journal, &rdev->flags) && in analyse_superblocks()
2682 if (!test_bit(Journal, &rdev->flags)) { in rs_adjust_data_offsets()
2698 if (!test_bit(Journal, &rdev->flags)) { in __reorder_raid_disk_indexes()
[all …]
H A Dmd.h188 Journal, /* This device is used as journal for enumerator
638 !test_bit(Journal, &rdev->flags) && in sysfs_link_rdev()
650 !test_bit(Journal, &rdev->flags) && in sysfs_unlink_rdev()
H A Dmd.c1970 set_bit(Journal, &rdev->flags); in super_1_validate()
2053 if (rdev->raid_disk >= 0 && !test_bit(Journal, &rdev->flags) && in super_1_sync()
2064 if (test_bit(Journal, &rdev->flags)) in super_1_sync()
2163 else if (test_bit(Journal, &rdev2->flags)) in super_1_sync()
2315 test_bit(Journal, &rdev->flags) || in match_mddev_units()
2320 test_bit(Journal, &rdev2->flags) || in match_mddev_units()
2427 if (!test_bit(Journal, &rdev->flags) && in bind_rdev_to_array()
2460 if (!test_bit(Journal, &rdev->flags) && in bind_rdev_to_array()
2734 !test_bit(Journal, &rdev->flags) && in md_update_sb()
2888 bool add_journal = test_bit(Journal, &rdev->flags); in add_bound_rdev()
[all …]
H A Draid5.c6079 !test_bit(Journal, &rdev->flags) && in reshape_request()
6186 !test_bit(Journal, &rdev->flags) && in reshape_request()
7247 if (test_bit(Journal, &rdev->flags)) in setup_conf()
7317 || raid_disk < 0 || test_bit(Journal, &rdev->flags)) in setup_conf()
7468 if (test_bit(Journal, &rdev->flags)) { in raid5_run()
7898 if (test_bit(Journal, &rdev->flags) && conf->log) { in raid5_remove_disk()
7983 if (test_bit(Journal, &rdev->flags)) { in raid5_add_disk()
8312 !test_bit(Journal, &rdev->flags) && in end_reshape()
8664 if (test_bit(Journal, &rdev->flags)) { in raid5_change_consistency_policy()
H A Draid5-cache.c3061 test_bit(Journal, &rdev->flags)) && in r5c_update_on_rdev_error()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dkernel-docs.rst316 :Description: Linux Journal Kernel Korner article.
341 :Description: Linux Journal Kernel Korner article.
357 :Description: Linux Journal Kernel Korner article.
370 :Description: Linux Journal Kernel Korner article.
381 :Description: Linux Journal Kernel Korner article.
413 :Description: Linux Journal Kernel Korner.
/OK3568_Linux_fs/buildroot/package/systemd/
H A Dsystemd.mk288 SYSTEMD_REMOTE_USER = systemd-journal-remote -1 systemd-journal-remote -1 * - - - systemd Journal R…
609 - - systemd-journal -1 * - - - Journal
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/
H A Dzlib-README31 issue of Dr. Dobb's Journal; a copy of the article is available at
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/
H A Dzlib-README31 issue of Dr. Dobb's Journal; a copy of the article is available at
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/
H A Dzlib-README31 issue of Dr. Dobb's Journal; a copy of the article is available at
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dubifs-authentication.rst81 - *Journal*: an additional data structure to collect FS changes before updating
130 Journal subsection
323 Journal Authentication
H A Djournalling.rst193 Journal Level
H A Dramfs-rootfs-initramfs.rst305 a Linux Journal article about it from 1996:
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt140 [MingmingCao2002IPCRCU]), and an introduction to RCU in Linux Journal
143 2004 has seen a Linux-Journal article on use of RCU in dcache
862 ,journal="IBM Systems Journal"
919 ,journal="Linux Journal"
964 ,journal="Linux Journal"
1924 Journal version of ThomasEHart2006a.
2073 ,journal="IBM Systems Journal"
2702 ,journal = {The Journal of Supercomputing}
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst492 ming in a hard-real-time environment. Journal of the Association for
507 One Processor. Real-Time Systems Journal, vol. 4, no. 2, pp 301-324,
517 Periodic Task Systems on Multiprocessors. Real-Time Systems Journal,
523 Scheduling on a Multiprocessor. Real-Time Systems Journal, vol. 32,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbcache.rst559 Journal writes will delay for up to this many milliseconds, unless a cache
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1070 170/360ns (Leggetevi l'articolo di Paul McKenney's `Linux Journal RCU
/OK3568_Linux_fs/kernel/Documentation/kernel-hacking/
H A Dlocking.rst1043 to 360ns. (These figures from Paul McKenney's `Linux Journal RCU
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drandom2721 * von Mises Distribution", Journal of the Royal Statistical Society.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Drandom2721 * von Mises Distribution", Journal of the Royal Statistical Society.
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...