Home
last modified time | relevance | path

Searched refs:cpy_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dlbalance.c416 int item_num, int cpy_bytes) in leaf_item_bottle() argument
421 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 …]
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c181 int cpy_bytes; in read_nand_cached() local
211 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() local
311 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 …]