Searched refs:move_from (Results 1 – 3 of 3) sorted by relevance
682 ubi_assert(!ubi->move_from && !ubi->move_to);772 ubi->move_from = e1;906 ubi->move_from = ubi->move_to = NULL;965 ubi->move_from = ubi->move_to = NULL;996 ubi->move_from = ubi->move_to = NULL;1294 if (e == ubi->move_from) {1380 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||1493 else if (ubi->move_from == e)
618 struct ubi_wl_entry *move_from; member
2795 u32 move_from; in BPF_CALL_4() 2798 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4() 2800 move_from = i + shift; in BPF_CALL_4() 2801 if (move_from == msg->sg.end) in BPF_CALL_4() 2804 sk_msg_sg_move(msg, i, move_from); in BPF_CALL_4() 2805 msg->sg.data[move_from].length = 0; in BPF_CALL_4() 2806 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4() 2807 msg->sg.data[move_from].offset = 0; in BPF_CALL_4() 2808 sk_msg_clear_elem_copy(msg, move_from); in BPF_CALL_4() 2756 u32 move_from; BPF_CALL_4() local