Searched refs:fscrypt_set_bio_crypt_ctx_bh (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | inline_crypt.c | 282 * fscrypt_set_bio_crypt_ctx_bh() - prepare a file contents bio for inline 291 void fscrypt_set_bio_crypt_ctx_bh(struct bio *bio, in fscrypt_set_bio_crypt_ctx_bh() function 301 EXPORT_SYMBOL_GPL(fscrypt_set_bio_crypt_ctx_bh); variable
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | inline_crypt.c | 305 * fscrypt_set_bio_crypt_ctx_bh() - prepare a file contents bio for inline 314 void fscrypt_set_bio_crypt_ctx_bh(struct bio *bio, in fscrypt_set_bio_crypt_ctx_bh() function 324 EXPORT_SYMBOL_GPL(fscrypt_set_bio_crypt_ctx_bh); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscrypt.h | 601 void fscrypt_set_bio_crypt_ctx_bh(struct bio *bio, 622 static inline void fscrypt_set_bio_crypt_ctx_bh( in fscrypt_set_bio_crypt_ctx_bh() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 775 void fscrypt_set_bio_crypt_ctx_bh(struct bio *bio, 800 static inline void fscrypt_set_bio_crypt_ctx_bh( in fscrypt_set_bio_crypt_ctx_bh() function
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | page-io.c | 407 fscrypt_set_bio_crypt_ctx_bh(bio, bh, GFP_NOIO); in io_submit_init_bio()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | page-io.c | 401 fscrypt_set_bio_crypt_ctx_bh(bio, bh, GFP_NOIO); in io_submit_init_bio()
|
/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 2809 fscrypt_set_bio_crypt_ctx_bh(bio, bh, GFP_NOIO); in submit_bh_wbc()
|
/kernel/linux/linux-5.10/fs/ |
H A D | buffer.c | 3028 fscrypt_set_bio_crypt_ctx_bh(bio, bh, GFP_NOIO); in submit_bh_wbc()
|
Completed in 15 milliseconds