Searched refs:move_from (Results 1 – 3 of 3) sorted by relevance
672 ubi_assert(!ubi->move_from && !ubi->move_to);748 ubi->move_from = e1;875 ubi->move_from = ubi->move_to = NULL;931 ubi->move_from = ubi->move_to = NULL;962 ubi->move_from = ubi->move_to = NULL;1229 if (e == ubi->move_from) {1315 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
629 struct ubi_wl_entry *move_from; member
2384 int move_from; in BPF_CALL_4() local2387 move_from = i + shift - MAX_SKB_FRAGS; in BPF_CALL_4()2389 move_from = i + shift; in BPF_CALL_4()2391 if (move_from == msg->sg_end) in BPF_CALL_4()2394 sg[i] = sg[move_from]; in BPF_CALL_4()2395 sg[move_from].length = 0; in BPF_CALL_4()2396 sg[move_from].page_link = 0; in BPF_CALL_4()2397 sg[move_from].offset = 0; in BPF_CALL_4()