Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_ioctl.h260 u8 cluster_type; /* cluster properties */ member
329 u8 cluster_type; /* cluster properties */ member
Dgdth.c1970 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 …]
Dgdth.h886 u8 cluster_type; /* cluster properties */ member
/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle.c1536 unsigned lcn, logical_cluster_ofs, cluster_type; local
1597 cluster_type = vle_cluster_type(di);
1599 switch (cluster_type) {
1633 cluster_type, ofs, EROFS_V(inode)->nid);
/Linux-v4.19/fs/dlm/
Dconfig.c290 static const struct config_item_type cluster_type = { variable
358 config_group_init_type_name(&cl->group, name, &cluster_type); in make_cluster()