Searched refs:last_loc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/reiserfs/ |
H A D | lbalance.c | 379 memmove(dest->b_data + last_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 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 1017 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer() 1018 unmoved_loc - last_loc); in leaf_paste_in_buffer() 1152 int last_loc, unmoved_loc; in leaf_cut_from_buffer() local 1210 memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc, in leaf_cut_from_buffer() 1246 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local [all …]
|
/openbmc/linux/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 | 1711 u16 mask_loc, u16 last_loc) in ice_flow_set_fld_ext() argument 1722 seg->fields[fld].src.last = last_loc; in ice_flow_set_fld_ext() 1749 u16 val_loc, u16 mask_loc, u16 last_loc, bool range) in ice_flow_set_fld() argument 1754 ice_flow_set_fld_ext(seg, fld, t, val_loc, mask_loc, last_loc); in ice_flow_set_fld()
|