Searched refs:cluster_offset (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c311 /* Calculates the number of sectors needed to be added to cluster_offset,
339 + old_fs_info->cluster_offset;
368 return sector >= fs_info->cluster_offset
369 && sector < fs_info->cluster_offset
401 return frag * fs_info->frag_sectors + fs_info->cluster_offset;
409 PED_ASSERT (sector >= fs_info->cluster_offset, return 0);
411 return (sector - fs_info->cluster_offset) / fs_info->frag_sectors;
423 + fs_info->cluster_offset;
431 PED_ASSERT (sector >= fs_info->cluster_offset, return 0);
433 return (sector - fs_info->cluster_offset) / fs_inf
[all...]
H A Dcontext.c42 old_cluster_ofs = old_fs->geom->start + old_fs_info->cluster_offset;
43 new_cluster_ofs = new_fs->geom->start + new_fs_info->cluster_offset;
244 for (sect = 0; sect < old_fs_info->cluster_offset; sect++) {
H A Dfat.h114 PedSector cluster_offset; member in struct:_FatSpecific
H A Dbootsector.c250 fs_info->cluster_offset
269 fs_info->cluster_offset
275 = (fs_info->sector_count - fs_info->cluster_offset)
H A Dfat.c340 fs_info->cluster_offset
354 fs_info->cluster_offset
H A Dresize.c701 /* we add calc_align_sectors to push the cluster_offset
709 new_fs_info->cluster_offset
724 new_fs_info->cluster_offset = new_fs_info->root_dir_offset
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c71 grub_uint32_t cluster_offset; member in struct:grub_exfat_bpb
322 data->cluster_sector = (grub_le_to_cpu32 (bpb.cluster_offset)

Completed in 39 milliseconds