Home
last modified time | relevance | path

Searched refs:split (Results 1 – 12 of 12) sorted by relevance

/littlefs-3.5.0-3.4.0/
Dlfs.c1120 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 …]
Dlfs.h336 bool split; member
DDESIGN.md446 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/
Dprefix.py34 'git', 'ls-tree', '-r', '--name-only', 'HEAD']).split()
Dtest.py625 k, v, *_ = define.split('=', 2) + ['']
642 testpath, *filter = testpath.split('#')
847 parser.add_argument('--exec', default=[], type=lambda e: e.split(),
Dreadtree.py141 lines = list(filter(None, f.getvalue().split('\n')))
Ddata.py278 parser.add_argument('--nm-tool', default=['nm'], type=lambda x: x.split(),
Dcode.py279 parser.add_argument('--nm-tool', default=['nm'], type=lambda x: x.split(),
Dsummary.py268 parser.add_argument('-f', '--fields', type=lambda x: re.split('\s*,\s*', x),
Dstructs.py326 parser.add_argument('--objdump-tool', default=['objdump'], type=lambda x: x.split(),
/littlefs-3.5.0-3.4.0/tests/
Dtest_alloc.toml485 [[case]] # split dir test
595 [[case]] # outdated lookahead and split dir test
644 lfs_mkdir(&lfs, "split") => LFS_ERR_NOSPC;
Dtest_relocations.toml2 [[case]] # dangling split dir test