Home
last modified time | relevance | path

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

/linux/fs/ceph/ !
H A Dcrypto.h101 int ceph_fscrypt_prepare_context(struct inode *dir, struct inode *inode,
179 static inline int ceph_fscrypt_prepare_context(struct inode *dir, in ceph_fscrypt_prepare_context() function
H A Dcrypto.c153 int ceph_fscrypt_prepare_context(struct inode *dir, struct inode *inode, in ceph_fscrypt_prepare_context() function
H A Dinode.c101 err = ceph_fscrypt_prepare_context(dir, inode, as_ctx); in ceph_new_inode()