Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dcrypto.c98 struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *inode, gfp_t gfp_flags) in fscrypt_get_ctx() function
134 EXPORT_SYMBOL(fscrypt_get_ctx);
259 ctx = fscrypt_get_ctx(inode, gfp_flags); in fscrypt_encrypt_page()
Dbio.c106 ctx = fscrypt_get_ctx(inode, GFP_NOFS); in fscrypt_zeroout_range()
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h32 static inline struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *inode, in fscrypt_get_ctx() function
Dfscrypt_supp.h63 extern struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *, gfp_t);
/Linux-v4.19/fs/ext4/
Dreadpage.c247 ctx = fscrypt_get_ctx(inode, GFP_NOFS); in ext4_mpage_readpages()