Home
last modified time | relevance | path

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

/sys/fs/o2fs/
Do2fs.c536 uint64_t bLen; in O2FS_Read() local
540 bLen = sb->blockSize - bOff; in O2FS_Read()
542 bLen = len; in O2FS_Read()
549 DLOG(o2fs, "READ %lx %lx %lld\n", buf, entry->buffer, bLen); in O2FS_Read()
550 memcpy(buf, entry->buffer + bOff, bLen); in O2FS_Read()
553 readBytes += bLen; in O2FS_Read()
554 buf += bLen; in O2FS_Read()
555 off += bLen; in O2FS_Read()
556 len -= bLen; in O2FS_Read()
602 uint64_t bLen; in O2FS_Write() local
[all …]