Home
last modified time | relevance | path

Searched refs:fanout (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/fs/ubifs/
Dsb.c181 sup->fanout = cpu_to_le32(DEFAULT_FANOUT); in create_default_filesystem()
439 if (c->fanout < UBIFS_MIN_FANOUT || in validate_sb()
440 ubifs_idx_node_sz(c, c->fanout) > c->leb_size) { in validate_sb()
617 c->fanout = le32_to_cpu(sup->fanout); in ubifs_read_superblock()
Dtnc.c1981 ubifs_assert(n >= 0 && n <= c->fanout); in tnc_insert()
1986 if (znode->child_cnt < c->fanout) { in tnc_insert()
1987 ubifs_assert(n != c->fanout); in tnc_insert()
2021 if (n == c->fanout) { in tnc_insert()
2028 } else if (appending && n != c->fanout) { in tnc_insert()
2032 if (n >= (c->fanout + 1) / 2) { in tnc_insert()
2040 move = c->fanout - keep; in tnc_insert()
2049 keep = c->fanout; in tnc_insert()
2052 keep = (c->fanout + 1) / 2; in tnc_insert()
2053 move = c->fanout - keep; in tnc_insert()
[all …]
Dtnc_misc.c295 if (znode->child_cnt > c->fanout || znode->level > UBIFS_MAX_LEVELS) { in read_znode()
297 c->fanout, znode->child_cnt); in read_znode()
Dbudget.c656 f = c->fanout > 3 ? c->fanout >> 1 : 2; in ubifs_reported_space()
Dcommit.c584 sz = sizeof(struct idx_node) + ubifs_idx_node_sz(c, c->fanout) - in dbg_check_old_index()
616 if (child_cnt < 1 || child_cnt > c->fanout) { in dbg_check_old_index()
Dubifs-media.h637 __le32 fanout; member
Dsuper.c657 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()
663 tmp = ubifs_idx_node_sz(c, c->fanout); in init_constants_sb()
1459 dbg_msg("tree fanout: %d", c->fanout); in mount_ubifs()
1472 UBIFS_MAX_DENT_NODE_SZ, ubifs_idx_node_sz(c, c->fanout)); in mount_ubifs()
Ddebug.c366 le32_to_cpu(sup->fanout)); in dbg_dump_node()
568 for (i = 0; i < n && i < c->fanout - 1; i++) { in dbg_dump_node()
942 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in dbg_dump_znode()
1351 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in dbg_check_znode()
1359 if (znode->iip < 0 || znode->iip >= c->fanout) { in dbg_check_znode()
Dtnc_commit.c430 buf_len = ubifs_idx_node_sz(c, c->fanout); in layout_in_empty_space()
Dubifs.h1310 int fanout; member
/linux-3.4.99/net/packet/
Daf_packet.c276 struct packet_fanout *fanout; member
355 if (po->fanout) { in register_prot_hook()
379 if (po->fanout) { in __unregister_prot_hook()
1252 struct packet_fanout *f = po->fanout; in __fanout_link()
1263 struct packet_fanout *f = po->fanout; in __fanout_unlink()
1279 if (ptype->af_packet_priv == (void*)((struct packet_sock *)sk)->fanout) in match_fanout_group()
1305 if (po->fanout) in fanout_add()
1348 po->fanout = match; in fanout_add()
1364 f = po->fanout; in fanout_release()
1368 po->fanout = NULL; in fanout_release()
[all …]
/linux-3.4.99/init/
DKconfig442 int "Tree-based hierarchical RCU fanout value"
449 This option controls the fanout of hierarchical implementations