|
Lines 22-28
char *opset_name[OPSET_STORE_LAST] = {
Link Here
|
| 22 |
[OPSET_DIRITEM] = "diritem", |
22 |
[OPSET_DIRITEM] = "diritem", |
| 23 |
[OPSET_CRYPTO] = "crypto", |
23 |
[OPSET_CRYPTO] = "crypto", |
| 24 |
[OPSET_DIGEST] = "digest", |
24 |
[OPSET_DIGEST] = "digest", |
| 25 |
[OPSET_COMPRES] = "compress" |
25 |
[OPSET_CPRESS] = "compress", |
|
|
26 |
[OPSET_CPRESS_MODE] = "compress mode", |
| 27 |
[OPSET_CLUSTER] = "cluster", |
| 28 |
[OPSET_REGULAR] = "regular" |
| 26 |
}; |
29 |
}; |
| 27 |
|
30 |
|
| 28 |
errno_t sdext_plug_check_struct(stat_entity_t *stat, repair_hint_t *hint) { |
31 |
errno_t sdext_plug_check_struct(stat_entity_t *stat, repair_hint_t *hint) { |