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()
192 static bool ovl_is_opaquedir(struct super_block *sb, struct dentry *dentry) in ovl_is_opaquedir()
306 struct dentry *dentry = NULL; in ovl_lookup_layer() local
419 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
446 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
778 int ovl_path_next(int idx, struct dentry *dentry, struct path *path) in ovl_path_next()
797 static int ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, in ovl_fix_origin()
817 struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, in ovl_lookup()
1133 bool ovl_lower_positive(struct dentry *dentry) in ovl_lower_positive()