Searched refs:LFS_BLOCK_NULL (Results 1 – 1 of 1) sorted by relevance
17 #define LFS_BLOCK_NULL ((lfs_block_t)-1) macro39 rcache->block = LFS_BLOCK_NULL; in lfs_cache_drop()45 pcache->block = LFS_BLOCK_NULL; in lfs_cache_zero()161 if (pcache->block != LFS_BLOCK_NULL && pcache->block != LFS_BLOCK_INLINE) { in lfs_bd_flush()245 LFS_ASSERT(pcache->block == LFS_BLOCK_NULL); in lfs_bd_prog()276 return pair[0] == LFS_BLOCK_NULL || pair[1] == LFS_BLOCK_NULL; in lfs_pair_isnull()1045 lfs_block_t temptail[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; in lfs_dir_fetchmatch()1640 dir->tail[0] = LFS_BLOCK_NULL; in lfs_dir_alloc()1641 dir->tail[1] = LFS_BLOCK_NULL; in lfs_dir_alloc()2150 d->m.pair[0] = LFS_BLOCK_NULL; in lfs_dir_relocatingcommit()[all …]