/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | lbalance.c | 317 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; leaf_paste_in_buffer() local 1152 int last_loc, unmoved_loc; leaf_cut_from_buffer() local 1246 int last_loc, last_removed_loc; leaf_delete_items_entirely() local [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | lbalance.c | 317 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; leaf_paste_in_buffer() local 1152 int last_loc, unmoved_loc; leaf_cut_from_buffer() local 1246 int last_loc, last_removed_loc; leaf_delete_items_entirely() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.h | 239 u16 val_loc, u16 mask_loc, u16 last_loc, bool range);
|
H A D | ice_flow.c | 1057 * @last_loc: if not ICE_FLOW_FLD_OFF_INVAL, location of last/upper value from 1074 u16 mask_loc, u16 last_loc) in ice_flow_set_fld_ext() 1085 seg->fields[fld].src.last = last_loc; in ice_flow_set_fld_ext() 1098 * @last_loc: if not ICE_FLOW_FLD_OFF_INVAL, location of last/upper value from 1112 u16 val_loc, u16 mask_loc, u16 last_loc, bool range) in ice_flow_set_fld() 1117 ice_flow_set_fld_ext(seg, fld, t, val_loc, mask_loc, last_loc); in ice_flow_set_fld() 1072 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, enum ice_flow_fld_match_type field_type, u16 val_loc, u16 mask_loc, u16 last_loc) ice_flow_set_fld_ext() argument 1111 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, u16 val_loc, u16 mask_loc, u16 last_loc, bool range) ice_flow_set_fld() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.h | 400 u16 val_loc, u16 mask_loc, u16 last_loc, bool range);
|
H A D | ice_flow.c | 1694 * @last_loc: if not ICE_FLOW_FLD_OFF_INVAL, location of last/upper value from 1711 u16 mask_loc, u16 last_loc) in ice_flow_set_fld_ext() 1722 seg->fields[fld].src.last = last_loc; in ice_flow_set_fld_ext() 1735 * @last_loc: if not ICE_FLOW_FLD_OFF_INVAL, location of last/upper value from 1749 u16 val_loc, u16 mask_loc, u16 last_loc, bool range) in ice_flow_set_fld() 1754 ice_flow_set_fld_ext(seg, fld, t, val_loc, mask_loc, last_loc); in ice_flow_set_fld() 1709 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, enum ice_flow_fld_match_type field_type, u16 val_loc, u16 mask_loc, u16 last_loc) ice_flow_set_fld_ext() argument 1748 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, u16 val_loc, u16 mask_loc, u16 last_loc, bool range) ice_flow_set_fld() argument
|