Home
last modified time | relevance | path

Searched refs:max_node_size (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/pnp/pnpbios/
Dcore.c213 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_get_resources()
236 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_set_resources()
288 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_disable_resources()
362 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
Dproc.c179 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnp_devices_proc_show()
226 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_show()
253 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_write()
Dpnpbios.h99 __u16 max_node_size; member
/linux-3.4.99/fs/reiserfs/
Dfix_node.c377 int total_node_size, max_node_size, current_item_size; in get_num_ver() local
399 max_node_size = MAX_CHILD_SIZE(PATH_H_PBUFFER(tb->tb_path, h)); in get_num_ver()
409 if (i == max_node_size) in get_num_ver()
411 return (i / max_node_size + 1); in get_num_ver()
417 cur_free = max_node_size; in get_num_ver()
451 if (total_node_size + current_item_size <= max_node_size) { in get_num_ver()
458 if (current_item_size > max_node_size) { in get_num_ver()
464 current_item_size, max_node_size); in get_num_ver()
481 free_space = max_node_size - total_node_size - IH_SIZE; in get_num_ver()