Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h195 int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name,
247 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate) in fscrypt_handle_d_move()
297 dentry->d_op->d_revalidate == fscrypt_d_revalidate) { in fscrypt_prepare_dentry()
715 static inline int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name, in fscrypt_d_revalidate() function
/linux/fs/crypto/
H A Dfname.c577 int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name, in fscrypt_d_revalidate() function
610 EXPORT_SYMBOL_GPL(fscrypt_d_revalidate);
/linux/fs/
H A Dlibfs.c1855 .d_revalidate = fscrypt_d_revalidate,
1936 .d_revalidate = fscrypt_d_revalidate,
/linux/fs/ceph/
H A Ddir.c1951 valid = fscrypt_d_revalidate(dir, name, dentry, flags); in ceph_d_revalidate()