Home
last modified time | relevance | path

Searched refs:fscrypt_prepare_lookup_partial (Results 1 – 4 of 4) sorted by relevance

/linux/fs/crypto/
H A Dhooks.c148 int fscrypt_prepare_lookup_partial(struct inode *dir, struct dentry *dentry) in fscrypt_prepare_lookup_partial() function
157 EXPORT_SYMBOL_GPL(fscrypt_prepare_lookup_partial);
/linux/include/linux/
H A Dfscrypt.h431 int fscrypt_prepare_lookup_partial(struct inode *dir, struct dentry *dentry);
763 static inline int fscrypt_prepare_lookup_partial(struct inode *dir, in fscrypt_prepare_lookup_partial() function
/linux/fs/ceph/
H A Ddir.c815 err = fscrypt_prepare_lookup_partial(dir, dentry); in ceph_lookup()
H A Dfile.c878 err = fscrypt_prepare_lookup_partial(dir, dentry); in ceph_atomic_open()