Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs.c26 LFS_CMP_EQ = 0, enumerator
154 return LFS_CMP_EQ; in lfs_bd_cmp()
201 if (res != LFS_CMP_EQ) { in lfs_bd_flush()
1272 if (res == LFS_CMP_EQ) { in lfs_dir_fetchmatch()
1433 if (res != LFS_CMP_EQ) { in lfs_dir_find_match()
1443 return LFS_CMP_EQ; in lfs_dir_find_match()
4710 return (lfs_pair_cmp(child, find->pair) == 0) ? LFS_CMP_EQ : LFS_CMP_LT;