Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 2 of 2) sorted by relevance

/block/
Dblk-crypto.c139 unsigned int inc) in bio_crypt_dun_increment() argument
143 for (i = 0; inc && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_increment()
144 dun[i] += inc; in bio_crypt_dun_increment()
149 if (dun[i] < inc) in bio_crypt_dun_increment()
150 inc = 1; in bio_crypt_dun_increment()
152 inc = 0; in bio_crypt_dun_increment()
Dblk-crypto-internal.h30 unsigned int inc);