Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs.c845 lfs_stag_t besttag = -1; in lfs_dir_fetchmatch() local
884 lfs_stag_t tempbesttag = besttag; in lfs_dir_fetchmatch()
951 besttag = tempbesttag; in lfs_dir_fetchmatch()
1044 if (lfs_tag_id(lfs->gdisk.tag) == lfs_tag_id(besttag)) { in lfs_dir_fetchmatch()
1045 besttag |= 0x80000000; in lfs_dir_fetchmatch()
1046 } else if (besttag != -1 && in lfs_dir_fetchmatch()
1047 lfs_tag_id(lfs->gdisk.tag) < lfs_tag_id(besttag)) { in lfs_dir_fetchmatch()
1048 besttag -= LFS_MKTAG(0, 1, 0); in lfs_dir_fetchmatch()
1054 *id = lfs_min(lfs_tag_id(besttag), dir->count); in lfs_dir_fetchmatch()
1057 if (lfs_tag_isvalid(besttag)) { in lfs_dir_fetchmatch()
[all …]