Searched refs:cpy_bytes (Results 1 – 2 of 2) sorted by relevance
416 int item_num, int cpy_bytes) in leaf_item_bottle() argument421 RFALSE(cpy_bytes == -1, in leaf_item_bottle()432 item_num, 0, cpy_bytes); in leaf_item_bottle()468 cpy_bytes); in leaf_item_bottle()496 cpy_bytes) / UNFM_P_SIZE * in leaf_item_bottle()543 bytes = cpy_bytes; in leaf_copy_items()556 if (cpy_bytes == -1) in leaf_copy_items()576 cpy_num + pos - 1, cpy_bytes); in leaf_copy_items()582 bytes = cpy_bytes; in leaf_copy_items()598 if (cpy_bytes == -1) { in leaf_copy_items()[all …]
181 int cpy_bytes; in read_nand_cached() local211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()212 if (cpy_bytes > size - bytes_read) in read_nand_cached()213 cpy_bytes = size - bytes_read; in read_nand_cached()216 cpy_bytes); in read_nand_cached()217 bytes_read += cpy_bytes; in read_nand_cached()284 int cpy_bytes; in read_onenand_cached() local311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()312 cpy_bytes = size - bytes_read; in read_onenand_cached()315 cpy_bytes); in read_onenand_cached()[all …]