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()
443 put_ih_item_len(&n_ih, cpy_bytes); in leaf_item_bottle()
445 RFALSE(cpy_bytes == ih_item_len(ih) in leaf_item_bottle()
467 ih_entry_count(ih) - cpy_bytes, in leaf_item_bottle()
468 cpy_bytes); in leaf_item_bottle()
486 ih_item_len(ih) - cpy_bytes); in leaf_item_bottle()
491 RFALSE(!cpy_bytes && get_ih_free_space(ih), in leaf_item_bottle()
496 cpy_bytes) / UNFM_P_SIZE * in leaf_item_bottle()
[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
310 cpy_bytes = onenand_cache_off + ONENAND_CACHE_SIZE - (off + bytes_read); in read_onenand_cached()
311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
312 cpy_bytes = size - bytes_read; in read_onenand_cached()
[all …]