Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs.c11 #define LFS_BLOCK_NULL ((lfs_block_t)-1) macro
19 rcache->block = LFS_BLOCK_NULL; in lfs_cache_drop()
25 pcache->block = LFS_BLOCK_NULL; in lfs_cache_zero()
147 if (pcache->block != LFS_BLOCK_NULL && pcache->block != LFS_BLOCK_INLINE) { in lfs_bd_flush()
231 LFS_ASSERT(pcache->block == LFS_BLOCK_NULL); in lfs_bd_prog()
262 return pair[0] == LFS_BLOCK_NULL || pair[1] == LFS_BLOCK_NULL; in lfs_pair_isnull()
882 lfs_block_t temptail[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; in lfs_dir_fetchmatch()
1477 dir->tail[0] = LFS_BLOCK_NULL; in lfs_dir_alloc()
1478 dir->tail[1] = LFS_BLOCK_NULL; in lfs_dir_alloc()
1981 d->m.pair[0] = LFS_BLOCK_NULL; in lfs_dir_commit()
[all …]