Searched refs:bLen (Results 1 – 1 of 1) sorted by relevance
536 uint64_t bLen; in O2FS_Read() local540 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 …]