Searched refs:getfill (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dbtree.c371 static int getfill(struct btree_geo *geo, unsigned long *node, int start) function
419 fill = getfill(geo, head->node, 0);
437 fill = getfill(geo, node, 0);
461 fill = getfill(geo, node, pos);
558 no_left = getfill(geo, left, 0);
567 if (i + 1 < getfill(geo, parent, i)) {
569 no_right = getfill(geo, right, 0);
603 fill = getfill(geo, node, pos);

Completed in 105 milliseconds