Lines Matching refs:bytes_or_entries
128 int bytes_or_entries) in leaf_copy_boundary_item() argument
152 if (bytes_or_entries == -1) in leaf_copy_boundary_item()
154 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
156 bytes_or_entries); in leaf_copy_boundary_item()
163 if (bytes_or_entries == -1) in leaf_copy_boundary_item()
164 bytes_or_entries = ih_item_len(ih); in leaf_copy_boundary_item()
168 if (bytes_or_entries == ih_item_len(ih) in leaf_copy_boundary_item()
183 bytes_or_entries, B_I_PITEM(src, ih), 0); in leaf_copy_boundary_item()
189 if (bytes_or_entries == ih_item_len(ih)) in leaf_copy_boundary_item()
209 if (bytes_or_entries == -1) in leaf_copy_boundary_item()
211 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
215 ih_entry_count(ih) - bytes_or_entries, in leaf_copy_boundary_item()
216 bytes_or_entries); in leaf_copy_boundary_item()
229 if (bytes_or_entries == -1) { in leaf_copy_boundary_item()
231 bytes_or_entries = ih_item_len(ih); in leaf_copy_boundary_item()
245 RFALSE(ih_item_len(ih) <= bytes_or_entries, in leaf_copy_boundary_item()
248 (unsigned long)bytes_or_entries); in leaf_copy_boundary_item()
253 (unsigned long)bytes_or_entries, in leaf_copy_boundary_item()
255 bytes_or_entries); in leaf_copy_boundary_item()
258 bytes_or_entries); in leaf_copy_boundary_item()
261 (bytes_or_entries / UNFM_P_SIZE) * dest->b_size, in leaf_copy_boundary_item()
264 (bytes_or_entries / UNFM_P_SIZE) * dest->b_size); in leaf_copy_boundary_item()
267 ((bytes_or_entries / UNFM_P_SIZE) * in leaf_copy_boundary_item()
272 leaf_paste_in_buffer(dest_bi, 0, 0, bytes_or_entries, in leaf_copy_boundary_item()
274 ih) + ih_item_len(ih) - bytes_or_entries, in leaf_copy_boundary_item()