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.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()
302 * fscrypt_d_revalidate unnecessarily. in fscrypt_prepare_dentry()
712 static inline int fscrypt_d_revalidate(struct inode *dir, const struct qstr *name, in fscrypt_d_revalidate() function
1013 * which contains fscrypt_d_revalidate (or contains a d_revalidate method that
1014 * calls fscrypt_d_revalidate), so that the dentry will be invalidated if the
/linux/fs/
H A Dlibfs.c1877 .d_revalidate = fscrypt_d_revalidate,
1958 .d_revalidate = fscrypt_d_revalidate,
/linux/fs/ceph/
H A Ddir.c1959 valid = fscrypt_d_revalidate(dir, name, dentry, flags); in ceph_d_revalidate()