max_node_size 198 drivers/pnp/pnpbios/core.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 221 drivers/pnp/pnpbios/core.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 273 drivers/pnp/pnpbios/core.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 353 drivers/pnp/pnpbios/core.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 86 drivers/pnp/pnpbios/pnpbios.h __u16 max_node_size; max_node_size 128 drivers/pnp/pnpbios/proc.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 161 drivers/pnp/pnpbios/proc.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 188 drivers/pnp/pnpbios/proc.c node = kzalloc(node_info.max_node_size, GFP_KERNEL); max_node_size 381 fs/reiserfs/fix_node.c int total_node_size, max_node_size, current_item_size; max_node_size 420 fs/reiserfs/fix_node.c max_node_size = MAX_CHILD_SIZE(PATH_H_PBUFFER(tb->tb_path, h)); max_node_size 432 fs/reiserfs/fix_node.c if (i == max_node_size) max_node_size 434 fs/reiserfs/fix_node.c return (i / max_node_size + 1); max_node_size 478 fs/reiserfs/fix_node.c if (total_node_size + current_item_size <= max_node_size) { max_node_size 489 fs/reiserfs/fix_node.c if (current_item_size > max_node_size) { max_node_size 493 fs/reiserfs/fix_node.c current_item_size, max_node_size); max_node_size 513 fs/reiserfs/fix_node.c free_space = max_node_size - total_node_size - IH_SIZE;