Searched refs:blocks (Results 1 – 5 of 5) sorted by relevance
| /sys/fs/o2fs/ |
| D | o2fs.c | 424 uint64_t blocks = (dirBN->size + sb->blockSize - 1) / sb->blockSize; in O2FS_Lookup() local 427 DLOG(o2fs, "Lookup %lld %d\n", dirBN->size, blocks); in O2FS_Lookup() 429 for (b = 0; b < blocks; b++) { in O2FS_Lookup() 520 uint64_t blocks = (fileBN->size + sb->blockSize - 1) / sb->blockSize; in O2FS_Read() local 523 DLOG(o2fs, "Read %lld %d\n", fileBN->size, blocks); in O2FS_Read() 586 uint64_t blocks = (fileBN->size + sb->blockSize - 1) / sb->blockSize; in O2FS_Write() local 589 DLOG(o2fs, "Write %lld %d\n", fileBN->size, blocks); in O2FS_Write()
|
| /sys/kern/ |
| D | malloc.c | 33 struct TLSFBlock *blocks[SL_SIZE][FL_SIZE]; member
|
| /lib/liblwip/ |
| D | UPGRADING | 68 blocks of data. Instead, pbufs are allocated larger than needed and the
|
| D | CHANGELOG | 418 calling tcp_write with many small blocks of data. Instead, pbufs are
|
| /docs/ |
| D | Doxyfile | 247 # documentation blocks is shown as doxygen documentation. 585 # documentation blocks found inside the body of a function. If set to NO, these 586 # blocks will be appended to the function's detailed documentation block. 741 # ... \endcond blocks. 1165 # special comment blocks from generated source code fragments. Normal C, C++ and 1722 # to create new LaTeX commands to be used in formulas as building blocks. See
|