Searched refs:fscrypt_d_revalidate (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | fscrypt.h | 195 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 D | fname.c | 577 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 D | libfs.c | 1855 .d_revalidate = fscrypt_d_revalidate, 1936 .d_revalidate = fscrypt_d_revalidate,
|
/linux/fs/ceph/ |
H A D | dir.c | 1951 valid = fscrypt_d_revalidate(dir, name, dentry, flags); in ceph_d_revalidate()
|