Home
last modified time | relevance | path

Searched full:all (Results 1 – 21 of 21) sorted by relevance

/littlefs-2.7.6/
DREADME.md15 failures. All file operations have strong copy-on-write guarantees and if
112 All POSIX operations, such as remove and rename, are atomic, even in event
121 All littlefs calls have the potential to return a negative error code. The
128 code of these functions, instead all data is read back and checked for
132 flushes all the data to memory and ensures that the next read fetches the data
189 - [SPEC.md](SPEC.md) - The on-disk specification of littlefs with all the
Dlfs.h4 * Copyright (c) 2017, Arm Limited. All rights reserved.
177 // Minimum size of a block read. All read operations will be a
181 // Minimum size of a block program. All program operations will be a
626 // Traverse through all blocks in use by the filesystem
Dlfs_util.c4 * Copyright (c) 2017, Arm Limited. All rights reserved.
DLICENSE.md1 Copyright (c) 2017, Arm Limited. All rights reserved.
DDESIGN.md62 were possible. For RAM we have a stronger requirement, all RAM usage is
186 but instead of updating block inplace, all updates are performed by creating
188 our new block. This recursively pushes all of our problems upwards until we
419 write all of these changes to the second block without worrying about power
717 complicated. We can start with a summation that loops through all of the blocks
748 quick script that verified this property for all 32-bit integers.
775 _O(n)_, can be appended in _O(1)_, and can be read in _O(n log n)_. All of
843 But now we need to look at the [elephant] in the room. Where do all these
963 Wear leveling is the process of distributing wear across all blocks in the
978 All writes must be sourced by some form of data in RAM, so immediately after we
[all …]
DMakefile37 all: $(TARGET) target
DSPEC.md31 - By default, all values in littlefs are stored in little-endian byte order.
259 don't necessarily need a create tag. All a create does is move over any
415 Any type of struct supersedes all other structs associated with the id. For
579 containing all metadata pairs. The chunk field contains the type of the tail,
750 all metadata since the previous CRC tag, including the CRC tag itself. For
Dlfs_util.h4 * Copyright (c) 2017, Arm Limited. All rights reserved.
Dlfs.c4 * Copyright (c) 2017, Arm Limited. All rights reserved.
492 // check if we have looked at all blocks since last ack in lfs_alloc()
1600 // traverse the directory, this time writing out all unique tags in lfs_dir_compact()
3326 // move over all attributes in lfs_rename()
3928 // iterate over all directory directory entries in lfs_fs_pred()
4152 // iterate over all directory directory entries in lfs_fs_deorphan()
4575 // iterate over all directory directory entries in lfs1_moved()
D.travis.yml27 make all CFLAGS+="
/littlefs-2.7.6/scripts/
Dreadtree.py109 if not any([args.no_truncate, args.tags, args.log, args.all]) else ""))
136 elif args.all:
179 parser.add_argument('-a', '--all', action='store_true',
180 help="Show all tags in log, included tags in corrupted commits.")
Dtest.py406 # lets find all parameterized definitions, in one of [args.D,
453 if all(perm.defines[k] == v for perm in case.perms):
456 # track all perms and non-unique defines
463 if all(perm.defines.get(k, None) == v for perm in self.perms):
747 help="Description of test(s) to run. By default, this is all tests \
757 help="Run all tests instead of stopping on first error. Useful for CI.")
Dreadmdir.py339 if args.all:
363 parser.add_argument('-a', '--all', action='store_true',
364 help="Show all tags in log, included tags in corrupted commits.")
/littlefs-2.7.6/bd/
Dlfs_filebd.h4 * Copyright (c) 2017, Arm Limited. All rights reserved.
29 // erases, which can speed up testing by avoiding all the extra block-device
Dlfs_testbd.h5 * Copyright (c) 2017, Arm Limited. All rights reserved.
50 // erases, which can speed up testing by avoiding all the extra block-device
Dlfs_rambd.h4 * Copyright (c) 2017, Arm Limited. All rights reserved.
Dlfs_rambd.c4 * Copyright (c) 2017, Arm Limited. All rights reserved.
Dlfs_filebd.c4 * Copyright (c) 2017, Arm Limited. All rights reserved.
Dlfs_testbd.c5 * Copyright (c) 2017, Arm Limited. All rights reserved.
/littlefs-2.7.6/tests/
Dtest_seek.toml348 // seek and write using quadratic probing to touch all
Dtest_alloc.toml347 // now fill all but a couple of blocks of the filesystem with data