Home
last modified time | relevance | path

Searched refs:fscrypt_set_bio_crypt_ctx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/crypto/
Dinline_crypt.c242 void fscrypt_set_bio_crypt_ctx(struct bio *bio, const struct inode *inode, in fscrypt_set_bio_crypt_ctx() function
255 EXPORT_SYMBOL_GPL(fscrypt_set_bio_crypt_ctx);
299 fscrypt_set_bio_crypt_ctx(bio, inode, first_lblk, gfp_mask); in fscrypt_set_bio_crypt_ctx_bh()
Dbio.c62 fscrypt_set_bio_crypt_ctx(bio, inode, lblk, GFP_NOFS); in fscrypt_zeroout_range_inline_crypt()
/Linux-v5.10/include/linux/
Dfscrypt.h556 void fscrypt_set_bio_crypt_ctx(struct bio *bio,
577 static inline void fscrypt_set_bio_crypt_ctx(struct bio *bio, in fscrypt_set_bio_crypt_ctx() function
/Linux-v5.10/fs/ext4/
Dreadpage.c376 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
/Linux-v5.10/fs/f2fs/
Ddata.c473 fscrypt_set_bio_crypt_ctx(bio, inode, first_idx, gfp_mask); in f2fs_set_bio_crypt_ctx()