Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/crypto/
H A Dinline_crypt.c324 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 Dinline_crypt.c351 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 Dblk-crypto.h90 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
/kernel/linux/linux-6.6/include/linux/
H A Dblk-crypto.h88 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
/kernel/linux/linux-5.10/block/
H A Dblk-crypto.c146 * @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 Dblk-crypto.c154 * @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