Searched refs:data_begin (Results 1 – 3 of 3) sorted by relevance
172 int data_begin; /* The sector of the first cluster, can be negative */ member182 return fsdata->data_begin + clust * fsdata->clust_size; in clust_to_sect()187 return (sect - fsdata->data_begin) / fsdata->clust_size; in sect_to_clust()
401 char *data_begin, *data_end; in dmg_read_plist_xml() local423 while ((data_begin = strstr(data_end, "<data>")) != NULL) { in dmg_read_plist_xml()427 data_begin += 6; in dmg_read_plist_xml()428 data_end = strstr(data_begin, "</data>"); in dmg_read_plist_xml()435 mish = g_base64_decode(data_begin, &out_len); in dmg_read_plist_xml()
594 mydata->data_begin = mydata->rootdir_sect - in get_fs_info()602 mydata->data_begin = mydata->rootdir_sect + in get_fs_info()623 mydata->rootdir_sect * mydata->sect_size, mydata->data_begin); in get_fs_info()