Searched refs:nodep1 (Results 1 – 1 of 1) sorted by relevance
500 struct node *nodep1, *nodep2; in node_split() local510 nodep1 = node_find(s, idx); in node_split()511 if (!nodep1) in node_split()518 if (nodep1->idx == idx) in node_split()519 return nodep1; in node_split()530 offset = idx - (nodep1->idx + MASK_BITS); in node_split()531 orig_num_after = nodep1->num_after; in node_split()537 nodep1->num_after = offset; in node_split()1103 struct node *nodep1, *nodep2; in sparsebit_first_clear() local1109 nodep1 = node_first(s); in sparsebit_first_clear()[all …]