Searched defs:tocopy (Results 1 – 3 of 3) sorted by relevance
134 size_t tocopy = MIN(htod_index - htod_pos, len - pos); in dcc_read() local165 size_t tocopy = MIN(len, DCC_BUFLEN); in dcc_write() local
57 size_t tocopy = MIN(dev->block_size - block_offset, len); in bio_default_read() local153 size_t tocopy = MIN(dev->block_size - block_offset, len); in bio_default_write() local
198 size_t tocopy = MIN(len, EXT2_BLOCK_SIZE(ext2->sb) - block_offset); in ext2_read_inode() local
Completed in 4 milliseconds