Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c269 void fscrypt_set_bio_crypt_ctx(struct bio *bio, const struct inode *inode, in fscrypt_set_bio_crypt_ctx() function
285 EXPORT_SYMBOL_GPL(fscrypt_set_bio_crypt_ctx);
329 fscrypt_set_bio_crypt_ctx(bio, inode, first_lblk, gfp_mask); in fscrypt_set_bio_crypt_ctx_bh()
H A Dbio.c62 fscrypt_set_bio_crypt_ctx(bio, inode, lblk, GFP_NOFS); in fscrypt_zeroout_range_inline_crypt()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Ddirect-io.c195 fscrypt_set_bio_crypt_ctx(bio, inode, pos >> inode->i_blkbits, in iomap_dio_zero()
279 fscrypt_set_bio_crypt_ctx(bio, inode, pos >> inode->i_blkbits, in iomap_dio_bio_actor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h612 void fscrypt_set_bio_crypt_ctx(struct bio *bio,
637 static inline void fscrypt_set_bio_crypt_ctx(struct bio *bio, in fscrypt_set_bio_crypt_ctx() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dreadpage.c415 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
/OK3568_Linux_fs/kernel/fs/
H A Ddirect-io.c404 fscrypt_set_bio_crypt_ctx(bio, inode, in dio_bio_alloc()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus993 fscrypt_set_bio_crypt_ctx
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c446 fscrypt_set_bio_crypt_ctx(bio, inode, first_idx, gfp_mask); in f2fs_set_bio_crypt_ctx()