Searched refs:cluster_type (Results 1 – 4 of 4) sorted by relevance
259 u8 cluster_type; /* cluster properties */ member328 u8 cluster_type; /* cluster properties */ member
1969 ha->hdr[hdrive].cluster_type = (u8)ha->info; in gdth_analyse_hdrive()2109 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) { in gdth_next()2351 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) in gdth_internal_cache_cmd()3332 ha->hdr[t].cluster_type = (u8)ha->info; in gdth_sync_event()3333 if (!(ha->hdr[t].cluster_type & in gdth_sync_event()3337 if (ha->hdr[t].cluster_type & in gdth_sync_event()3347 ha->hdr[t].cluster_type |= CLUSTER_MOUNTED; in gdth_sync_event()3350 ha->hdr[t].cluster_type &= ~CLUSTER_MOUNTED; in gdth_sync_event()3361 ha->hdr[t].cluster_type |= CLUSTER_RESERVED; in gdth_sync_event()3363 ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED; in gdth_sync_event()[all …]
888 u8 cluster_type; /* cluster properties */ member
392 static struct config_item_type cluster_type = { variable468 config_group_init_type_name(&cl->group, name, &cluster_type); in make_cluster()