Searched refs:lbytes (Results 1 – 1 of 1) sorted by relevance
117 uint64_t lbytes; in ntfs_read() local137 lbytes = blk_size - offset; /* bytes left to copy */ in ntfs_read()138 if (lbytes >= bytes) { in ntfs_read()145 dprintf("bytes left: %u\n", lbytes); in ntfs_read()149 memcpy(buf + k, data + offset, lbytes); in ntfs_read()150 bytes -= lbytes; in ntfs_read()152 offset += lbytes; in ntfs_read()153 k += lbytes; in ntfs_read()160 lbytes = bytes; in ntfs_read()