Searched refs:currentSize (Results 1 – 2 of 2) sorted by relevance
| /kernel/liteos_a/fs/vfs/bcache/src/ |
| D | bcache.c | 268 UINT32 i, n, f, sectorPos, val, start, pos, currentSize; in BcacheGetFlag() local 305 currentSize = (((i + 1) << UNINT_LOG2_SHIFT) - start) * bc->sectorSize; in BcacheGetFlag() 308 currentSize = n * bc->sectorSize; in BcacheGetFlag() 311 … if (memcpy_s(block->data + pos, bc->blockSize - pos, bc->rwBuffer + pos, currentSize) != EOK) { in BcacheGetFlag() 829 UINT32 currentSize; in BlockCacheRead() local 848 currentSize = bc->blockSize - (UINT32)pos; in BlockCacheRead() 850 currentSize = size; in BlockCacheRead() 876 … if (LOS_CopyFromKernel((VOID *)tempBuf, size, (VOID *)(block->data + pos), currentSize) != EOK) { in BlockCacheRead() 883 tempBuf += currentSize; in BlockCacheRead() 884 size -= currentSize; in BlockCacheRead() [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 112491 + 0, /* currentSize; */ \ 118004 + gctUINT64 currentSize;
|