Lines Matching defs:dentry
3 * fs/sharefs/dentry.c
15 * returns: 0: tell VFS to invalidate dentry in share directory
17 static int sharefs_d_revalidate(struct dentry *dentry, unsigned int flags)
22 static void sharefs_d_release(struct dentry *dentry)
25 * It is possible that the dentry private data is NULL in case we
30 if (SHAREFS_D(dentry)) {
32 sharefs_put_reset_lower_path(dentry);
33 free_dentry_private_data(dentry);