Lines Matching refs:node_size
579 buffer = hfslib_malloc(in_vol->chr.node_size, cbargs); in hfslib_find_catalog_record_with_key()
602 &bytesread,in_vol->chr.node_size, curnode * in_vol->chr.node_size, in hfslib_find_catalog_record_with_key()
712 buffer = hfslib_malloc(in_vol->ehr.node_size, cbargs); in hfslib_find_extent_record_with_key()
729 in_vol->ehr.node_size, curnode * in_vol->ehr.node_size, extents, in hfslib_find_extent_record_with_key()
956 buffer = hfslib_malloc(in_vol->chr.node_size, cbargs); in hfslib_get_directory_contents()
974 in_vol->chr.node_size, curnode * in_vol->chr.node_size, extents, in hfslib_get_directory_contents()
1420 inout_volume->chr.node_size = hr.node_size; in hfslib_reada_node()
1427 inout_volume->ehr.node_size = hr.node_size; in hfslib_reada_node()
1443 nodesize = inout_volume->chr.node_size; in hfslib_reada_node()
1448 nodesize = inout_volume->ehr.node_size; in hfslib_reada_node()
1620 out_hr->node_size = be16tohp(&ptr); in hfslib_read_header_node()