Home
last modified time | relevance | path

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

/linux-4.19.296/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);
261 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-4.19.296/include/linux/
Dfscrypt_supp.h92 extern struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *, gfp_t);
Dfscrypt_notsupp.h37 static inline struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *inode, in fscrypt_get_ctx() function
/linux-4.19.296/fs/ext4/
Dreadpage.c247 ctx = fscrypt_get_ctx(inode, GFP_NOFS); in ext4_mpage_readpages()