Searched refs:inc (Results 1 – 2 of 2) sorted by relevance
139 unsigned int inc) in bio_crypt_dun_increment() argument143 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()
30 unsigned int inc);