Searched refs:move_from (Results 1 – 5 of 5) sorted by relevance
670 ubi_assert(!ubi->move_from && !ubi->move_to);760 ubi->move_from = e1;894 ubi->move_from = ubi->move_to = NULL;953 ubi->move_from = ubi->move_to = NULL;984 ubi->move_from = ubi->move_to = NULL;1282 if (e == ubi->move_from) {1368 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||1481 else if (ubi->move_from == e)
618 struct ubi_wl_entry *move_from; member
691 ubi_assert(!ubi->move_from && !ubi->move_to);767 ubi->move_from = e1;879 ubi->move_from = ubi->move_to = NULL;929 ubi->move_from = ubi->move_to = NULL;949 ubi->move_from = ubi->move_to = NULL;1213 if (e == ubi->move_from) {1299 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
589 struct ubi_wl_entry *move_from; member
2716 u32 move_from; in BPF_CALL_4() local2719 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()2721 move_from = i + shift; in BPF_CALL_4()2722 if (move_from == msg->sg.end) in BPF_CALL_4()2725 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()2726 msg->sg.data[move_from].length = 0; in BPF_CALL_4()2727 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()2728 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()