]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libblkid/src/blkidP.h
Merge branch 'fix/opal_luks_blkid_scan' of https://github.com/oldium/util-linux
[thirdparty/util-linux.git] / libblkid / src / blkidP.h
index ea7d81b0c590cad694a2ff5f7b0c5cd040d8baf4..f71e13cb335e15ba6df2be83c451ceb4df143602 100644 (file)
@@ -241,6 +241,7 @@ struct blkid_struct_probe
 #define BLKID_FL_NOSCAN_DEV    (1 << 4)        /* do not scan this device */
 #define BLKID_FL_MODIF_BUFF    (1 << 5)        /* cached buffers has been modified */
 #define BLKID_FL_OPAL_LOCKED   (1 << 6)        /* OPAL device is locked (I/O errors) */
+#define BLKID_FL_OPAL_CHECKED  (1 << 7)        /* OPAL lock checked */
 
 /* private per-probing flags */
 #define BLKID_PROBE_FL_IGNORE_PT (1 << 1)      /* ignore partition table */