Home
last modified time | relevance | path

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

/block/
A Dblk-crypto.c137 unsigned int inc) in bio_crypt_dun_increment() argument
141 for (i = 0; inc && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_increment()
142 dun[i] += inc; in bio_crypt_dun_increment()
147 if (dun[i] < inc) in bio_crypt_dun_increment()
148 inc = 1; in bio_crypt_dun_increment()
150 inc = 0; in bio_crypt_dun_increment()
A Dblk-crypto-internal.h30 unsigned int inc);

Completed in 10 milliseconds