Searched refs:new_root_dir (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.h48 FatCluster new_root_dir [32]; member in struct:_FatOpContext
H A Dresize.c238 ctx->new_root_dir [i] = cluster;
241 ctx->new_root_dir [i] = 0;
242 new_fs_info->root_cluster = ctx->new_root_dir [0];
468 for (i=0; ctx->new_root_dir[i+1]; i++) {
470 ctx->new_root_dir[i],
471 ctx->new_root_dir[i+1]);
473 fat_table_set_eof (new_fs_info->fat, ctx->new_root_dir[i]);

Completed in 49 milliseconds