Home
last modified time | relevance | path

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

/littlefs-latest/
Dlfs.c1693 lfs_off_t noff = ( in lfs_dir_commitcrc() local
1697 if (noff < end) { in lfs_dir_commitcrc()
1698 noff = lfs_min(noff, end - 5*sizeof(uint32_t)); in lfs_dir_commitcrc()
1703 if (noff >= end && noff <= lfs->cfg->block_size - lfs->cfg->prog_size) { in lfs_dir_commitcrc()
1708 commit->block, noff, &eperturb, 1); in lfs_dir_commitcrc()
1729 commit->block, noff, fcrc.size, &fcrc.crc); in lfs_dir_commitcrc()
1751 noff - (commit->off+sizeof(lfs_tag_t))); in lfs_dir_commitcrc()
1769 commit->off = noff; in lfs_dir_commitcrc()
1777 if (noff >= end || noff >= lfs->pcache.off + lfs->cfg->cache_size) { in lfs_dir_commitcrc()
2954 lfs_size_t noff = size - 1; in lfs_ctz_extend() local
[all …]