Add suport for filtering only LUKS signatures.

This commit is contained in:
Ondrej Kozina
2022-04-07 16:22:56 +02:00
committed by Milan Broz
parent 8c350b65a3
commit 412de7dc25
2 changed files with 24 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ void blk_set_chains_for_full_print(struct blkid_handle *h);
void blk_set_chains_for_fast_detection(struct blkid_handle *h);
int blk_superblocks_filter_luks(struct blkid_handle *h);
int blk_superblocks_only_luks(struct blkid_handle *h);
blk_probe_status blk_safeprobe(struct blkid_handle *h);