Home | History | Annotate | Download | only in hfs

Lines Matching defs:fork

586 		HFS_LIBERR("could not locate fork extents");
719 HFS_LIBERR("could not locate fork extents");
790 hfs_fork_t fork = {.logical_size = 0};
807 fork = in_vol->vh.catalog_file;
811 fork = in_vol->vh.extents_file;
815 fork = in_vol->vh.allocation_file;
819 fork = in_vol->vh.attributes_file;
823 fork = in_vol->vh.startup_file;
844 fork = file.data_fork;
846 fork = file.rsrc_fork;
851 memcpy(&nextextentrec, &fork.extents, sizeof(hfs_extent_record_t));
872 if (numblocks >= fork.total_blocks)
963 HFS_LIBERR("could not locate fork extents");
2427 * CNID -> fork type -> start block