HomeSort by relevance Sort by last modified time
    Searched defs:cluster (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
clstdup.c 30 FatCluster cluster = fat_frag_to_cluster (ctx->old_fs, frag); local
33 PED_ASSERT (cluster >= 2 && cluster < old_fs_info->cluster_count + 2,
309 /* assumes fragment size and new_fs's cluster size are equal */
count.c 143 _("Bad directory entry for %s: first cluster is the "
165 _("Bad FAT: cluster %d outside file system "
175 _("Bad FAT: cluster %d is cross-linked for "
299 FatCluster cluster; local
301 for (cluster = 2; cluster < fs_info->cluster_count + 2; cluster++) {
302 if (fat_table_is_bad (fs_info->fat, cluster))
303 fs_info->cluster_info [cluster].flag = FAT_FLAG_BAD;
308 fills in cluster_info. Each FAT entry (= cluster) is flagged as eithe
368 FatCluster cluster = fat_frag_to_cluster (fs, frag); local
    [all...]
table.c 245 _update_stats (FatTable* ft, FatCluster cluster, FatCluster value)
248 && !fat_table_is_available (ft, cluster)) {
250 if (fat_table_is_bad (ft, cluster))
255 && fat_table_is_available (ft, cluster)) {
257 if (_test_code_bad (ft, cluster))
263 fat_table_set (FatTable* ft, FatCluster cluster, FatCluster value)
265 if (cluster >= ft->cluster_count + 2) {
268 _("fat_table_set: cluster %ld outside "
270 (long) cluster);
274 _update_stats (ft, cluster, value)
327 FatCluster cluster; local
    [all...]
resize.c 205 clear_cluster (PedFileSystem* fs, FatCluster cluster)
210 fat_write_cluster (fs, fs_info->buffer, cluster);
213 /* This MUST be called BEFORE the fat_construct_new_fat(), because cluster
224 FatCluster cluster; local
234 cluster = fat_table_alloc_check_cluster (new_fs_info->fat,
236 if (!cluster)
238 ctx->new_root_dir [i] = cluster;
239 clear_cluster (ctx->new_fs, cluster);
366 FatCluster cluster; local
375 cluster = fat_frag_to_cluster (ctx->old_fs, frag)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/format/
ix_altsctr.c 519 uint_t cluster; local
526 cluster = (ap->ap_entp)[i].bad_end-(ap->ap_entp)[i].bad_start +1;
529 ap->ap_map_sectot - 1, cluster, ALTS_MAP_DOWN);
536 alts_ind = alts_ind - cluster + 1;
538 for (j = 0; j < cluster; j++) {
  /onnv/onnv-gate/usr/src/cmd/addbadsec/
ix_altsctr.c 504 uint_t cluster; local
511 cluster = (ap->ap_entp)[i].bad_end-(ap->ap_entp)[i].bad_start +1;
514 ap->ap_map_sectot - 1, cluster, ALTS_MAP_DOWN);
521 alts_ind = alts_ind - cluster + 1;
523 for (j = 0; j < cluster; j++) {
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
disks_private.h 57 int cluster; member in struct:alias_info
  /onnv/onnv-gate/usr/src/cmd/lvm/util/
metaset.c 39 cluster, enumerator in enum:metaset_cmd
51 clusterversion, /* Return the version of the cluster I/F */
53 clustertake, /* back door for Cluster take */
55 clusterpurge, /* back door for Cluster purge */
150 * cluster went down but the node being added was unable
154 * When that node reboots and returns to the cluster,
309 * Print the current versionn of the cluster contract private interface.
319 * exclusively by Sun Cluster and is contract private.
502 * Keep track of Cluster set creation. Need to complete
515 * When running on a cluster system tha
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/dsw/
dsw.h 79 #define DSWIOC_CHANGETAG _D_(33) /* change the cluster tag of a set */
320 char cluster[DSW_NAMELEN]; member in struct:pit_props_s
467 #define CV_IS_CLUSTER 0x00000020 /* struct refers to cluster */
dsw_dev.c 73 #define II_LINK_CLUSTER(ip, cluster) \
74 _ii_ll_add(ip, &_ii_cluster_mutex, &_ii_cluster_top, cluster, \
1265 * Set cluster tag for this element so it can
2424 char *group, *cluster; local
    [all...]

Completed in 240 milliseconds