Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs.c1640 lfs_off_t noff = ( in lfs_dir_commitcrc() local
1644 if (noff < end) { in lfs_dir_commitcrc()
1645 noff = lfs_min(noff, end - 5*sizeof(uint32_t)); in lfs_dir_commitcrc()
1650 if (noff >= end && noff <= lfs->cfg->block_size - lfs->cfg->prog_size) { in lfs_dir_commitcrc()
1655 commit->block, noff, &eperturb, 1); in lfs_dir_commitcrc()
1676 commit->block, noff, fcrc.size, &fcrc.crc); in lfs_dir_commitcrc()
1698 noff - (commit->off+sizeof(lfs_tag_t))); in lfs_dir_commitcrc()
1716 commit->off = noff; in lfs_dir_commitcrc()
1724 if (noff >= end || noff >= lfs->pcache.off + lfs->cfg->cache_size) { in lfs_dir_commitcrc()
2895 lfs_size_t noff = size - 1; in lfs_ctz_extend() local
[all …]