| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | incfs.rst | 4 incfs: A stacked incremental filesystem for Linux 18 /sys/fs/incremental-fs/features/corefs 21 /sys/fs/incremental-fs/features/v2 35 /sys/fs/incremental-fs/features/zstd 44 /sys/fs/incremental-fs/instances/[name] 48 /sys/fs/incremental-fs/instances/[name]/reads_delayed_min 52 /sys/fs/incremental-fs/instances/[name]/reads_delayed_min_us 56 /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending 60 /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending_us 64 /sys/fs/incremental-fs/instances/[name]/reads_failed_hash_verification [all …]
|
| H A D | btrfs.rst | 25 * Efficient incremental backup and FS mirroring
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-incfs | 1 What: /sys/fs/incremental-fs/features/corefs 6 What: /sys/fs/incremental-fs/features/v2 12 What: /sys/fs/incremental-fs/features/zstd 18 What: /sys/fs/incremental-fs/instances/[name] 25 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_min 31 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_min_us 37 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending 43 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending_us 49 What: /sys/fs/incremental-fs/instances/[name]/reads_failed_hash_verification 55 What: /sys/fs/incremental-fs/instances/[name]/reads_failed_other [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-incremental/ |
| H A D | python-incremental.hash | 1 # md5, sha256 from https://pypi.org/pypi/incremental/json 2 md5 9f7ad12e0c05a12cee52a7350976c4e3 incremental-21.3.0.tar.gz 3 sha256 02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57 incremental-21.3.0.tar.gz
|
| H A D | Config.in | 2 bool "python-incremental" 6 https://github.com/twisted/incremental
|
| H A D | python-incremental.mk | 8 PYTHON_INCREMENTAL_SOURCE = incremental-$(PYTHON_INCREMENTAL_VERSION).tar.gz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-incremental_21.3.0.bb | 2 HOMEPAGE = "https://github.com/twisted/incremental" 17 # python-incremental which uses python-twisted, so this hack is OK. 18 RDEPENDS:${PYTHON_PN}-incremental-native:remove = "${PYTHON_PN}-twisted-native"
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_incremental.py | 1 import incremental 2 v = incremental.Version("package", 1, 2, 3, release_candidate=4)
|
| /OK3568_Linux_fs/buildroot/package/python-twisted/ |
| H A D | python-twisted.mk | 15 PYTHON_TWISTED_DEPENDENCIES = python-incremental host-python-incremental
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builderthread.py | 83 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument 88 self.incremental = incremental 226 if not self.incremental:
|
| H A D | control.py | 263 incremental=options.incremental,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.12.0 | 26 - Enabled incremental updates in PlaceSearchModel, which prevents previousPage or 35 - Enabled asynchronous incremental updates of QPlaceReply.
|
| /OK3568_Linux_fs/buildroot/package/python-treq/ |
| H A D | python-treq.mk | 13 PYTHON_TREQ_DEPENDENCIES = host-python-incremental
|
| /OK3568_Linux_fs/buildroot/package/libart/ |
| H A D | Config.in | 8 alpha-transparency. It is also highly tuned for incremental
|
| /OK3568_Linux_fs/buildroot/package/python-crossbar/ |
| H A D | 0002-Remove-idna-requirement.patch | 25 incremental>=17.5.0
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | libstd-rs.inc | 35 …# With the incremental build support added in 1.24, the libstd deps directory also includes depend…
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rm_work_and_downloads.bbclass | 17 # sources, this class is also not suitable for incremental builds.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/ |
| H A D | redis.conf | 1200 aof-rewrite-incremental-fsync yes
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | redis.conf | 1200 aof-rewrite-incremental-fsync yes
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0009-Add-OE-specific-specs-for-clang-compiler.patch | 26 +CONFIG += incremental
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osdmap.c | 1324 bool incremental) in __decode_pools() argument 1337 if (!incremental || !pi) { in __decode_pools() 1375 decode_mapping_fn_t fn, bool incremental) in decode_pg_mapping() argument 1379 WARN_ON(!incremental && !fn); in decode_pg_mapping() 1393 WARN_ON(!incremental); in decode_pg_mapping() 1399 pg = fn(p, end, incremental); in decode_pg_mapping() 1417 bool incremental) in __decode_pg_temp() argument 1423 if (len == 0 && incremental) in __decode_pg_temp() 1456 bool incremental) in __decode_primary_temp() argument 1462 if (osd == (u32)-1 && incremental) in __decode_primary_temp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchresultmodel_p.h | 75 Q_PROPERTY(bool incremental MEMBER m_incremental NOTIFY incrementalChanged REVISION 12)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/ |
| H A D | rsync_3.2.5.bb | 3 DESCRIPTION = "rsync is an open source utility that provides fast incremental file transfer."
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | applying-patches.rst | 313 The -stable team usually do make incremental patches available as well 315 non-incremental ones below. The incremental ones can be found at 318 These patches are not incremental, meaning that for example the 5.7.3 351 The -rc patches are not incremental, they apply to a base 5.x kernel, just
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | xfrm_sync.rst | 124 used to provide default values for the XFRMA_ETIMER_THRESH in incremental 129 in incremental packet count. The default is two packets.
|