Lines Matching refs:d_reclen
2773 dirBuf->d_reclen = GENERIC_DIRSIZ(dirBuf); in dosfs_readdir()
2775 if (bufferSize < dirBuf->d_reclen) { in dosfs_readdir()
2782 memcpy(byteBuffer, dirBuf, dirBuf->d_reclen); in dosfs_readdir()
2784 bufferSize -= dirBuf->d_reclen; in dosfs_readdir()
2785 byteBuffer += dirBuf->d_reclen; in dosfs_readdir()
2908 dirBuf->d_reclen = GENERIC_DIRSIZ(dirBuf); in dosfs_readdir()
2916 if (bufferSize < dirBuf->d_reclen) { in dosfs_readdir()
2928 memcpy(byteBuffer, dirBuf, dirBuf->d_reclen); in dosfs_readdir()
2934 bufferSize -= dirBuf->d_reclen; in dosfs_readdir()
2935 byteBuffer += dirBuf->d_reclen; in dosfs_readdir()
2948 bufferSlot->d_ino, bufferSlot->d_name, bufferSlot->d_reclen); in dosfs_readdir()
2949 printCursor += bufferSlot->d_reclen; in dosfs_readdir()
3034 buffer->d_reclen = offsetof(struct dirent, d_name) + 10; in dosfs_read_attrdir()