Home
last modified time | relevance | path

Searched refs:ceph_fscrypt_prepare_context (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcrypto.h101 int ceph_fscrypt_prepare_context(struct inode *dir, struct inode *inode,
183 static inline int ceph_fscrypt_prepare_context(struct inode *dir, in ceph_fscrypt_prepare_context() function
H A Dcrypto.c152 int ceph_fscrypt_prepare_context(struct inode *dir, struct inode *inode, in ceph_fscrypt_prepare_context() function
H A Dinode.c99 err = ceph_fscrypt_prepare_context(dir, inode, as_ctx); in ceph_new_inode()