Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dinline_crypt.c388 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_mergeable_bio() local
403 fscrypt_generate_dun(inode->i_crypt_info, next_lblk, next_dun); in fscrypt_mergeable_bio()
404 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()
/linux/include/linux/
H A Dblk-crypto.h141 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
/linux/block/
H A Dblk-crypto.c164 * @next_dun, treating the DUNs as multi-limb integers.
168 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous()
174 if (bc->bc_dun[i] + carry != next_dun[i]) in bio_crypt_dun_is_contiguous()