Home
last modified time | relevance | path

Searched refs:next_dun (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/crypto/
Dinline_crypt.c355 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_mergeable_bio() local
370 fscrypt_generate_dun(inode->i_crypt_info, next_lblk, next_dun); in fscrypt_mergeable_bio()
371 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()
/Linux-v6.1/block/
Dblk-crypto.c151 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous()
157 if (bc->bc_dun[i] + carry != next_dun[i]) in bio_crypt_dun_is_contiguous()
/Linux-v6.1/include/linux/
Dblk-crypto.h90 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);