Home
last modified time | relevance | path

Searched refs:last_loc (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dlbalance.c317 int last_loc, last_inserted_loc, location; in leaf_copy_items_entirely() local
371 last_loc = ih_location(&ih[nr + cpy_num - 1 - dest_before]); in leaf_copy_items_entirely()
379 memmove(dest->b_data + last_loc, in leaf_copy_items_entirely()
380 dest->b_data + last_loc + j - last_inserted_loc, in leaf_copy_items_entirely()
381 last_inserted_loc - last_loc); in leaf_copy_items_entirely()
911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local
930 last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size; in leaf_insert_into_buf()
933 memmove(bh->b_data + last_loc - ih_item_len(inserted_item_ih), in leaf_insert_into_buf()
934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()
987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_flow.h400 u16 val_loc, u16 mask_loc, u16 last_loc, bool range);
Dice_flow.c1728 u16 mask_loc, u16 last_loc) in ice_flow_set_fld_ext() argument
1739 seg->fields[fld].src.last = last_loc; in ice_flow_set_fld_ext()
1766 u16 val_loc, u16 mask_loc, u16 last_loc, bool range) in ice_flow_set_fld() argument
1771 ice_flow_set_fld_ext(seg, fld, t, val_loc, mask_loc, last_loc); in ice_flow_set_fld()