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

/linux-master/drivers/md/
H A Ddm-integrity.c2081 unsigned int tag_todo = ic->tag_size; local
2087 unsigned int tag_now = min(biv.bv_len, tag_todo);
2098 tag_todo -= tag_now;
2099 } while (unlikely(tag_todo));
2101 memset(tag_ptr, 0, tag_todo);

Completed in 104 milliseconds