Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h201 int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name,
281 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate) in fscrypt_handle_d_move()
331 dentry->d_op->d_revalidate == fscrypt_d_revalidate) { in fscrypt_prepare_dentry()
746 static inline int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name, in fscrypt_d_revalidate() function
/linux/fs/crypto/
H A Dfname.c481 int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name, in fscrypt_d_revalidate() function
514 EXPORT_SYMBOL_GPL(fscrypt_d_revalidate);
/linux/fs/ceph/
H A Ddir.c1956 valid = fscrypt_d_revalidate(dir, name, dentry, flags); in ceph_d_revalidate()