Searched refs:hash_verified (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-verity-target.c61 * hash_verified is nonzero, hash of the block has been verified.
63 * The variable hash_verified is set to 0 when allocating the buffer, then
68 * and write 1 to hash_verified simultaneously.
72 int hash_verified; member in struct:buffer_aux
82 aux->hash_verified = 0;
322 if (!aux->hash_verified) {
336 aux->hash_verified = 1;
346 aux->hash_verified = 1;

Completed in 133 milliseconds