Searched refs:cluster_type (Results 1 – 5 of 5) sorted by relevance
260 u8 cluster_type; /* cluster properties */ member329 u8 cluster_type; /* cluster properties */ member
1970 ha->hdr[hdrive].cluster_type = (u8)ha->info; in gdth_analyse_hdrive()2110 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) { in gdth_next()2352 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) in gdth_internal_cache_cmd()3331 ha->hdr[t].cluster_type = (u8)ha->info; in gdth_sync_event()3332 if (!(ha->hdr[t].cluster_type & in gdth_sync_event()3336 if (ha->hdr[t].cluster_type & in gdth_sync_event()3346 ha->hdr[t].cluster_type |= CLUSTER_MOUNTED; in gdth_sync_event()3349 ha->hdr[t].cluster_type &= ~CLUSTER_MOUNTED; in gdth_sync_event()3360 ha->hdr[t].cluster_type |= CLUSTER_RESERVED; in gdth_sync_event()3362 ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED; in gdth_sync_event()[all …]
886 u8 cluster_type; /* cluster properties */ member
1536 unsigned lcn, logical_cluster_ofs, cluster_type; local1597 cluster_type = vle_cluster_type(di);1599 switch (cluster_type) {1633 cluster_type, ofs, EROFS_V(inode)->nid);
290 static const struct config_item_type cluster_type = { variable358 config_group_init_type_name(&cl->group, name, &cluster_type); in make_cluster()