Lines Matching refs:bytes_or_entries

136 				   int bytes_or_entries)  in leaf_copy_boundary_item()  argument
165 if (bytes_or_entries == -1) in leaf_copy_boundary_item()
167 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
169 bytes_or_entries); in leaf_copy_boundary_item()
179 if (bytes_or_entries == -1) in leaf_copy_boundary_item()
180 bytes_or_entries = ih_item_len(ih); in leaf_copy_boundary_item()
184 if (bytes_or_entries == ih_item_len(ih) in leaf_copy_boundary_item()
201 bytes_or_entries, ih_item_body(src, ih), 0); in leaf_copy_boundary_item()
207 if (bytes_or_entries == ih_item_len(ih)) in leaf_copy_boundary_item()
232 if (bytes_or_entries == -1) in leaf_copy_boundary_item()
233 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
237 ih_entry_count(ih) - bytes_or_entries, in leaf_copy_boundary_item()
238 bytes_or_entries); in leaf_copy_boundary_item()
253 if (bytes_or_entries == -1) { in leaf_copy_boundary_item()
255 bytes_or_entries = ih_item_len(ih); in leaf_copy_boundary_item()
269 RFALSE(ih_item_len(ih) <= bytes_or_entries, in leaf_copy_boundary_item()
272 (unsigned long)bytes_or_entries); in leaf_copy_boundary_item()
277 (unsigned long)bytes_or_entries, in leaf_copy_boundary_item()
279 bytes_or_entries); in leaf_copy_boundary_item()
282 bytes_or_entries); in leaf_copy_boundary_item()
285 (bytes_or_entries / UNFM_P_SIZE) * dest->b_size, in leaf_copy_boundary_item()
288 (bytes_or_entries / UNFM_P_SIZE) * dest->b_size); in leaf_copy_boundary_item()
291 ((bytes_or_entries / UNFM_P_SIZE) * in leaf_copy_boundary_item()
296 leaf_paste_in_buffer(dest_bi, 0, 0, bytes_or_entries, in leaf_copy_boundary_item()
298 ih) + ih_item_len(ih) - bytes_or_entries, in leaf_copy_boundary_item()