Searched refs:next_dun (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | inline_crypt.c | 324 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_mergeable_bio() local 339 fscrypt_generate_dun(inode->i_crypt_info, next_lblk, next_dun); in fscrypt_mergeable_bio() 340 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | inline_crypt.c | 351 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_mergeable_bio() local 366 fscrypt_generate_dun(inode->i_crypt_info, next_lblk, next_dun); in fscrypt_mergeable_bio() 367 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-crypto.h | 90 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | blk-crypto.h | 88 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-crypto.c | 146 * @next_dun, treating the DUNs as multi-limb integers. 150 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous() 156 if (bc->bc_dun[i] + carry != next_dun[i]) in bio_crypt_dun_is_contiguous() 148 bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, unsigned int bytes, const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) bio_crypt_dun_is_contiguous() argument
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-crypto.c | 154 * @next_dun, treating the DUNs as multi-limb integers. 158 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous() 164 if (bc->bc_dun[i] + carry != next_dun[i]) in bio_crypt_dun_is_contiguous() 156 bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, unsigned int bytes, const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) bio_crypt_dun_is_contiguous() argument
|
Completed in 5 milliseconds