Home
last modified time | relevance | path

Searched refs:fscrypt_set_bio_crypt_ctx_bh (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/crypto/
H A Dinline_crypt.c318 void fscrypt_set_bio_crypt_ctx_bh(struct bio *bio, in fscrypt_set_bio_crypt_ctx_bh() function
328 EXPORT_SYMBOL_GPL(fscrypt_set_bio_crypt_ctx_bh);
/linux-6.15/include/linux/
H A Dfscrypt.h837 void fscrypt_set_bio_crypt_ctx_bh(struct bio *bio,
862 static inline void fscrypt_set_bio_crypt_ctx_bh( in fscrypt_set_bio_crypt_ctx_bh() function
/linux-6.15/fs/ext4/
H A Dpage-io.c427 fscrypt_set_bio_crypt_ctx_bh(bio, bh, GFP_NOIO); in io_submit_init_bio()
/linux-6.15/fs/
H A Dbuffer.c2813 fscrypt_set_bio_crypt_ctx_bh(bio, bh, GFP_NOIO); in submit_bh_wbc()