Searched refs:split (Results 1 – 12 of 12) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | lfs.c | 1120 dir->split = tempsplit; in lfs_dir_fetchmatch() 1419 if (!dir->split) { in lfs_dir_find() 1643 dir->split = false; in lfs_dir_alloc() 1661 {LFS_MKTAG(LFS_TYPE_TAIL + tail->split, 0x3ff, 8), tail->tail})); in lfs_dir_drop() 1674 lfs_mdir_t *source, uint16_t split, uint16_t end) { in lfs_dir_split() argument 1682 tail.split = dir->split; in lfs_dir_split() 1687 int res = lfs_dir_compact(lfs, &tail, attrs, attrcount, source, split, end); in lfs_dir_split() 1694 dir->split = true; in lfs_dir_split() 1697 if (lfs_pair_cmp(dir->pair, lfs->root) == 0 && split == 0) { in lfs_dir_split() 1826 LFS_MKTAG(LFS_TYPE_TAIL + dir->split, 0x3ff, 8), in lfs_dir_compact() [all …]
|
D | lfs.h | 336 bool split; member
|
D | DESIGN.md | 446 Instead, we split our original metadata pair into two metadata pairs, each 454 resilience during this split step by first preparing the new metadata pair, 459 commit C and D, need to split 535 to be full, we split the metadata pair once we exceed 50% capacity. We do this
|
/littlefs-3.5.0-3.4.0/scripts/ |
D | prefix.py | 34 'git', 'ls-tree', '-r', '--name-only', 'HEAD']).split()
|
D | test.py | 625 k, v, *_ = define.split('=', 2) + [''] 642 testpath, *filter = testpath.split('#') 847 parser.add_argument('--exec', default=[], type=lambda e: e.split(),
|
D | readtree.py | 141 lines = list(filter(None, f.getvalue().split('\n')))
|
D | data.py | 278 parser.add_argument('--nm-tool', default=['nm'], type=lambda x: x.split(),
|
D | code.py | 279 parser.add_argument('--nm-tool', default=['nm'], type=lambda x: x.split(),
|
D | summary.py | 268 parser.add_argument('-f', '--fields', type=lambda x: re.split('\s*,\s*', x),
|
D | structs.py | 326 parser.add_argument('--objdump-tool', default=['objdump'], type=lambda x: x.split(),
|
/littlefs-3.5.0-3.4.0/tests/ |
D | test_alloc.toml | 485 [[case]] # split dir test 595 [[case]] # outdated lookahead and split dir test 644 lfs_mkdir(&lfs, "split") => LFS_ERR_NOSPC;
|
D | test_relocations.toml | 2 [[case]] # dangling split dir test
|