Lines Matching defs:dentry
28 static int ovl_check_redirect(struct dentry *dentry, struct ovl_lookup_data *d, in ovl_check_redirect()
64 static int ovl_acceptable(void *ctx, struct dentry *dentry) in ovl_acceptable()
108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh()
191 static bool ovl_is_opaquedir(struct super_block *sb, struct dentry *dentry) in ovl_is_opaquedir()
305 struct dentry *dentry = NULL; in ovl_lookup_layer() local
418 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
445 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
777 int ovl_path_next(int idx, struct dentry *dentry, struct path *path) in ovl_path_next()
796 static int ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, in ovl_fix_origin()
816 struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, in ovl_lookup()
1131 bool ovl_lower_positive(struct dentry *dentry) in ovl_lower_positive()