Home
last modified time | relevance | path

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

/linux-6.6.21/fs/crypto/
Dfname.c583 int fscrypt_d_revalidate(struct dentry *dentry, unsigned int flags) in fscrypt_d_revalidate() function
626 EXPORT_SYMBOL_GPL(fscrypt_d_revalidate);
/linux-6.6.21/include/linux/
Dfscrypt.h356 int fscrypt_d_revalidate(struct dentry *dentry, unsigned int flags);
649 static inline int fscrypt_d_revalidate(struct dentry *dentry, in fscrypt_d_revalidate() function
/linux-6.6.21/fs/
Dlibfs.c1740 .d_revalidate = fscrypt_d_revalidate,
1748 .d_revalidate = fscrypt_d_revalidate,
/linux-6.6.21/fs/ceph/
Ddir.c1871 valid = fscrypt_d_revalidate(dentry, flags); in ceph_d_revalidate()