Add option to probe only superblocks in blkid.

This commit is contained in:
Ondrej Kozina
2022-04-13 12:30:49 +02:00
committed by Milan Broz
parent be5c5788d4
commit 2388777763
2 changed files with 11 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ void blk_set_chains_for_wipes(struct blkid_handle *h);
void blk_set_chains_for_full_print(struct blkid_handle *h);
void blk_set_chains_for_superblocks(struct blkid_handle *h);
void blk_set_chains_for_fast_detection(struct blkid_handle *h);
int blk_superblocks_filter_luks(struct blkid_handle *h);