cluster_type     1520 drivers/scsi/gdth.c             ha->hdr[hdrive].cluster_type = (u8)ha->info;
cluster_type     1660 drivers/scsi/gdth.c                 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) {
cluster_type     1902 drivers/scsi/gdth.c             (ha->hdr[t].cluster_type & CLUSTER_DRIVE))
cluster_type     2752 drivers/scsi/gdth.c                     ha->hdr[t].cluster_type = (u8)ha->info;
cluster_type     2753 drivers/scsi/gdth.c                     if (!(ha->hdr[t].cluster_type & 
cluster_type     2757 drivers/scsi/gdth.c                         if (ha->hdr[t].cluster_type & 
cluster_type     2767 drivers/scsi/gdth.c                         ha->hdr[t].cluster_type |= CLUSTER_MOUNTED;
cluster_type     2770 drivers/scsi/gdth.c                         ha->hdr[t].cluster_type &= ~CLUSTER_MOUNTED;
cluster_type     2781 drivers/scsi/gdth.c                     ha->hdr[t].cluster_type |= CLUSTER_RESERVED;
cluster_type     2783 drivers/scsi/gdth.c                     ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED;
cluster_type     2808 drivers/scsi/gdth.c                     (ha->hdr[t].cluster_type & 
cluster_type     2811 drivers/scsi/gdth.c                     ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED;
cluster_type     3338 drivers/scsi/gdth.c                     ha->hdr[i].cluster_type &= ~CLUSTER_RESERVED;
cluster_type     3701 drivers/scsi/gdth.c     u32 cluster_type = 0;
cluster_type     3723 drivers/scsi/gdth.c         rsc->hdr_list[i].cluster_type = ha->hdr[i].cluster_type;
cluster_type     3724 drivers/scsi/gdth.c         if (ha->hdr[i].cluster_type & CLUSTER_DRIVE) { 
cluster_type     3731 drivers/scsi/gdth.c             if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK)
cluster_type     3732 drivers/scsi/gdth.c                 rsc->hdr_list[i].cluster_type = cluster_type;
cluster_type     3847 drivers/scsi/gdth.c         ha->hdr[i].cluster_type = 
cluster_type     3850 drivers/scsi/gdth.c         rsc->hdr_list[i].cluster_type = ha->hdr[i].cluster_type;
cluster_type      856 drivers/scsi/gdth.h         u8          cluster_type;           /* cluster properties */
cluster_type      240 drivers/scsi/gdth_ioctl.h         u8 cluster_type;                    /* cluster properties */
cluster_type      288 fs/dlm/config.c static const struct config_item_type cluster_type = {
cluster_type      356 fs/dlm/config.c 	config_group_init_type_name(&cl->group, name, &cluster_type);