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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h57 __u32 root_cluster; /* first cluster in root directory */ member in struct:fat_bpb
H A Dfsys_fat.c41 int root_cluster; member in struct:fat_superblock
131 FAT_SUPER->root_cluster = bpb.root_cluster;
141 FAT_SUPER->root_cluster = -1;
310 FAT_SUPER->file_cluster = FAT_SUPER->root_cluster;
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dresize.c125 trav_info = fat_traverse_begin (ctx->new_fs, new_fs_info->root_cluster,
242 new_fs_info->root_cluster = ctx->new_root_dir [0];
264 for (old_cluster = old_fs_info->root_cluster;
317 new_fs_info->root_cluster, "\\");
325 old_fs_info->root_cluster, "\\");
461 new_fs_info->root_cluster
463 old_fs_info->root_cluster);
H A Dfat.h116 FatCluster root_cluster; /* FAT32 only */ member in struct:_FatSpecific
H A Dcount.c323 trav_info = fat_traverse_begin (fs, fs_info->root_cluster,
327 if (!flag_traverse_fat (fs, "\\", fs_info->root_cluster,
H A Dbootsector.c242 fs_info->root_cluster = 0;
264 fs_info->root_cluster
343 = PED_CPU_TO_LE32 (fs_info->root_cluster);
H A Dfat.c366 fs_info->root_cluster
368 fat_table_set_eof (fs_info->fat, fs_info->root_cluster);
371 fs_info->root_cluster))

Completed in 109 milliseconds