Home
last modified time | relevance | path

Searched refs:cluster_type (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dgdth_ioctl.h259 u8 cluster_type; /* cluster properties */ member
328 u8 cluster_type; /* cluster properties */ member
Dgdth.c1977 ha->hdr[hdrive].cluster_type = (u8)ha->info; in gdth_analyse_hdrive()
2117 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) { in gdth_next()
2359 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) in gdth_internal_cache_cmd()
3340 ha->hdr[t].cluster_type = (u8)ha->info; in gdth_sync_event()
3341 if (!(ha->hdr[t].cluster_type & in gdth_sync_event()
3345 if (ha->hdr[t].cluster_type & in gdth_sync_event()
3355 ha->hdr[t].cluster_type |= CLUSTER_MOUNTED; in gdth_sync_event()
3358 ha->hdr[t].cluster_type &= ~CLUSTER_MOUNTED; in gdth_sync_event()
3369 ha->hdr[t].cluster_type |= CLUSTER_RESERVED; in gdth_sync_event()
3371 ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED; in gdth_sync_event()
[all …]
Dgdth.h897 u8 cluster_type; /* cluster properties */ member
/linux-3.4.99/fs/dlm/
Dconfig.c393 static struct config_item_type cluster_type = { variable
469 config_group_init_type_name(&cl->group, name, &cluster_type); in make_cluster()