/Linux-v6.1/fs/hfs/ |
D | btree.c | 89 tree->node_count = be32_to_cpu(head->node_count); in hfs_btree_open() 99 if (!tree->node_count) in hfs_btree_open() 181 head->node_count = cpu_to_be32(tree->node_count); in hfs_btree_write() 244 tree->free_nodes += count - tree->node_count; in hfs_bmap_reserve() 245 tree->node_count = count; in hfs_bmap_reserve()
|
D | btree.h | 34 u32 node_count; member 155 __be32 node_count; /* (V) The total number of nodes */ member
|
D | bnode.c | 230 if (cnid >= tree->node_count) { in hfs_bnode_findhash() 252 if (cnid >= tree->node_count) { in __hfs_bnode_create()
|
D | inode.c | 124 } while (--i && nidx < tree->node_count); in hfs_release_folio()
|
/Linux-v6.1/fs/hfsplus/ |
D | btree.c | 172 tree->node_count = be32_to_cpu(head->node_count); in hfs_btree_open() 234 if (!tree->node_count) in hfs_btree_open() 302 head->node_count = cpu_to_be32(tree->node_count); in hfs_btree_write() 368 tree->free_nodes += count - tree->node_count; in hfs_bmap_reserve() 369 tree->node_count = count; in hfs_bmap_reserve()
|
D | xattr.c | 83 head->node_count = cpu_to_be32(tmp); in hfsplus_init_header_node() 84 head->free_nodes = cpu_to_be32(be32_to_cpu(head->node_count) - 1); in hfsplus_init_header_node() 94 if (be32_to_cpu(head->node_count) > hdr_node_map_rec_bits) { in hfsplus_init_header_node() 101 map_nodes = (be32_to_cpu(head->node_count) - in hfsplus_init_header_node() 109 be32_to_cpu(head->node_count) - be32_to_cpu(head->free_nodes); in hfsplus_init_header_node()
|
D | hfsplus_raw.h | 175 __be32 node_count; member
|
D | bnode.c | 380 if (cnid >= tree->node_count) { in hfs_bnode_findhash() 401 if (cnid >= tree->node_count) { in __hfs_bnode_create()
|
D | hfsplus_fs.h | 83 u32 node_count; member
|
D | inode.c | 121 } while (--i && nidx < tree->node_count); in hfsplus_release_folio()
|
/Linux-v6.1/drivers/misc/cxl/ |
D | flash.c | 177 u32 action, node_count; in update_devicetree() local 200 node_count = be32_to_cpu(*data) & NODE_COUNT_MASK; in update_devicetree() 202 action, node_count); in update_devicetree() 205 for (i = 0; i < node_count; i++) { in update_devicetree()
|
/Linux-v6.1/drivers/w1/ |
D | w1_netlink.c | 545 int node_count = 0; in w1_cn_callback() local 571 ++node_count; in w1_cn_callback() 580 if (node_count) { in w1_cn_callback() 600 node_count * sizeof(struct w1_cb_node) + in w1_cn_callback() 628 block->first_cn = (struct cn_msg *)(node + node_count); in w1_cn_callback()
|
/Linux-v6.1/lib/ |
D | objagg.c | 19 unsigned int node_count; member 678 objagg_hints->node_count++; in objagg_hints_node_create() 968 if (WARN_ON(objagg_hints->node_count != objagg->obj_count)) { in objagg_hints_get() 1026 objagg_hints->node_count), in objagg_hints_stats_get()
|
D | maple_tree.c | 1137 if (!node->node_count) { in mas_pop_node() 1147 ret = node->slot[node->node_count]; in mas_pop_node() 1148 node->slot[node->node_count--] = NULL; in mas_pop_node() 1153 ret->node_count = 0; in mas_pop_node() 1179 if (count && (head->node_count < MAPLE_ALLOC_SLOTS - 1)) { in mas_push_node() 1181 head->node_count++; in mas_push_node() 1182 head->slot[head->node_count] = reuse; in mas_push_node() 1225 if (!allocated || mas->alloc->node_count == MAPLE_ALLOC_SLOTS - 1) { in mas_alloc_nodes() 1242 unsigned int offset = node->node_count + 1; in mas_alloc_nodes() 1255 node->node_count += count; in mas_alloc_nodes() [all …]
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_nvm.c | 745 u16 module_id, length, node_count, i; in ice_get_netlist_info() local 770 status = ice_read_netlist_module(hw, bank, ICE_LINK_TOPO_NODE_COUNT, &node_count); in ice_get_netlist_info() 773 node_count &= ICE_LINK_TOPO_NODE_COUNT_M; in ice_get_netlist_info() 781 ICE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16), in ice_get_netlist_info()
|
/Linux-v6.1/sound/soc/bcm/ |
D | cygnus-ssp.c | 1304 int node_count; in cygnus_ssp_probe() local 1325 node_count = of_get_child_count(pdev->dev.of_node); in cygnus_ssp_probe() 1326 if ((node_count < 1) || (node_count > CYGNUS_MAX_PORTS)) { in cygnus_ssp_probe() 1328 node_count, CYGNUS_MAX_PORTS); in cygnus_ssp_probe()
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | mobility.c | 326 u32 node_count = be32_to_cpu(*data) & NODE_COUNT_MASK; in pseries_devicetree_update() local 330 for (i = 0; i < node_count; i++) { in pseries_devicetree_update()
|
/Linux-v6.1/drivers/firewire/ |
D | core-topology.c | 491 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map() local 496 *map++ = cpu_to_be32((node_count << 16) | self_id_count); in update_topology_map()
|
/Linux-v6.1/drivers/acpi/arm64/ |
D | iort.c | 244 for (i = 0; i < iort->node_count; i++) { in iort_scan_node() 1048 for (i = 0; i < iort->node_count; i++) { in iort_find_rmrs() 1919 for (i = 0; i < iort->node_count; i++) { in iort_init_platform_devices() 1994 for (i = 0; i < iort->node_count; i++) { in acpi_iort_dma_get_max_cpu_address()
|
/Linux-v6.1/drivers/acpi/ |
D | viot.c | 296 for (i = 0; i < viot->node_count; i++) { in acpi_viot_init()
|
/Linux-v6.1/include/acpi/ |
D | actbl3.h | 502 u16 node_count; member
|
D | actbl2.h | 366 u32 node_count; member
|
/Linux-v6.1/include/linux/ |
D | maple_tree.h | 137 unsigned char node_count; member
|
/Linux-v6.1/tools/testing/radix-tree/ |
D | maple.c | 147 MT_BUG_ON(mt, mas.alloc->node_count); in check_new_node() 189 MT_BUG_ON(mt, mas.alloc->node_count != e); in check_new_node() 307 MT_BUG_ON(mt, mas.alloc->node_count != MAPLE_ALLOC_SLOTS - 1); in check_new_node() 313 MT_BUG_ON(mt, mas.alloc->node_count != MAPLE_ALLOC_SLOTS - 2); in check_new_node() 317 MT_BUG_ON(mt, mas.alloc->node_count != MAPLE_ALLOC_SLOTS - 1); in check_new_node() 325 MT_BUG_ON(mt, mas.alloc->node_count); in check_new_node() 330 MT_BUG_ON(mt, mas.alloc->node_count != MAPLE_ALLOC_SLOTS - 1); in check_new_node() 332 MT_BUG_ON(mt, mas.alloc->node_count); in check_new_node()
|