Searched refs:out_forkdata (Results 1 – 1 of 1) sorted by relevance
1906 hfslib_read_fork_descriptor(void* in_bytes, hfs_fork_t* out_forkdata) in hfslib_read_fork_descriptor() argument1911 if (in_bytes == NULL || out_forkdata == NULL) in hfslib_read_fork_descriptor()1916 out_forkdata->logical_size = be64tohp(&ptr); in hfslib_read_fork_descriptor()1917 out_forkdata->clump_size = be32tohp(&ptr); in hfslib_read_fork_descriptor()1918 out_forkdata->total_blocks = be32tohp(&ptr); in hfslib_read_fork_descriptor()1921 &out_forkdata->extents)) == 0) in hfslib_read_fork_descriptor()