Lines Matching defs:noff
1635 lfs_off_t noff = (
1639 if (noff < end) {
1640 noff = lfs_min(noff, end - 5*sizeof(uint32_t));
1645 if (noff >= end && noff <= lfs->cfg->block_size - lfs->cfg->prog_size) {
1650 commit->block, noff, &eperturb, 1);
1671 commit->block, noff, fcrc.size, &fcrc.crc);
1693 noff - (commit->off+sizeof(lfs_tag_t)));
1711 commit->off = noff;
1719 if (noff >= end || noff >= lfs->pcache.off + lfs->cfg->cache_size) {
2890 lfs_size_t noff = size - 1;
2891 lfs_off_t index = lfs_ctz_index(lfs, &noff);
2892 noff = noff + 1;
2895 if (noff != lfs->cfg->block_size) {
2896 for (lfs_off_t i = 0; i < noff; i++) {
2899 NULL, rcache, noff-i,
2917 *off = noff;
3672 lfs_off_t noff = npos;
3673 int nindex = lfs_ctz_index(lfs, &noff);
3675 && noff >= file->cache.off
3676 && noff < file->cache.off + file->cache.size) {
3678 file->off = noff;