Lines Matching refs:fanout
2125 ubifs_assert(c, n >= 0 && n <= c->fanout); in tnc_insert()
2130 if (znode->child_cnt < c->fanout) { in tnc_insert()
2131 ubifs_assert(c, n != c->fanout); in tnc_insert()
2165 if (n == c->fanout) { in tnc_insert()
2172 } else if (appending && n != c->fanout) { in tnc_insert()
2176 if (n >= (c->fanout + 1) / 2) { in tnc_insert()
2184 move = c->fanout - keep; in tnc_insert()
2193 keep = c->fanout; in tnc_insert()
2196 keep = (c->fanout + 1) / 2; in tnc_insert()
2197 move = c->fanout - keep; in tnc_insert()
2548 ubifs_assert(c, n >= 0 && n < c->fanout); in tnc_delete()