Searched full:all (Results 1 – 21 of 21) sorted by relevance
/littlefs-2.7.6/ |
D | README.md | 15 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
|
D | lfs.h | 4 * 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
|
D | lfs_util.c | 4 * Copyright (c) 2017, Arm Limited. All rights reserved.
|
D | LICENSE.md | 1 Copyright (c) 2017, Arm Limited. All rights reserved.
|
D | DESIGN.md | 62 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 …]
|
D | Makefile | 37 all: $(TARGET) target
|
D | SPEC.md | 31 - 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
|
D | lfs_util.h | 4 * Copyright (c) 2017, Arm Limited. All rights reserved.
|
D | lfs.c | 4 * 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.yml | 27 make all CFLAGS+="
|
/littlefs-2.7.6/scripts/ |
D | readtree.py | 109 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.")
|
D | test.py | 406 # 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.")
|
D | readmdir.py | 339 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/ |
D | lfs_filebd.h | 4 * Copyright (c) 2017, Arm Limited. All rights reserved. 29 // erases, which can speed up testing by avoiding all the extra block-device
|
D | lfs_testbd.h | 5 * Copyright (c) 2017, Arm Limited. All rights reserved. 50 // erases, which can speed up testing by avoiding all the extra block-device
|
D | lfs_rambd.h | 4 * Copyright (c) 2017, Arm Limited. All rights reserved.
|
D | lfs_rambd.c | 4 * Copyright (c) 2017, Arm Limited. All rights reserved.
|
D | lfs_filebd.c | 4 * Copyright (c) 2017, Arm Limited. All rights reserved.
|
D | lfs_testbd.c | 5 * Copyright (c) 2017, Arm Limited. All rights reserved.
|
/littlefs-2.7.6/tests/ |
D | test_seek.toml | 348 // seek and write using quadratic probing to touch all
|
D | test_alloc.toml | 347 // now fill all but a couple of blocks of the filesystem with data
|