Lines Matching defs:dentry

71 enum ovl_path_type ovl_path_type(struct dentry *dentry)  in ovl_path_type()
99 void ovl_path_upper(struct dentry *dentry, struct path *path) in ovl_path_upper()
108 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
120 struct dentry *ovl_dentry_upper(struct dentry *dentry) in ovl_dentry_upper()
127 struct dentry *ovl_dentry_lower(struct dentry *dentry) in ovl_dentry_lower()
134 struct dentry *ovl_dentry_real(struct dentry *dentry) in ovl_dentry_real()
160 struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry) in ovl_dir_cache()
167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
174 void ovl_path_lower(struct dentry *dentry, struct path *path) in ovl_path_lower()
181 int ovl_want_write(struct dentry *dentry) in ovl_want_write()
187 void ovl_drop_write(struct dentry *dentry) in ovl_drop_write()
193 struct dentry *ovl_workdir(struct dentry *dentry) in ovl_workdir()
199 bool ovl_dentry_is_opaque(struct dentry *dentry) in ovl_dentry_is_opaque()
205 void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque) in ovl_dentry_set_opaque()
211 void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry) in ovl_dentry_update()
226 void ovl_dentry_version_inc(struct dentry *dentry) in ovl_dentry_version_inc()
234 u64 ovl_dentry_version_get(struct dentry *dentry) in ovl_dentry_version_get()
242 bool ovl_is_whiteout(struct dentry *dentry) in ovl_is_whiteout()
249 static bool ovl_is_opaquedir(struct dentry *dentry) in ovl_is_opaquedir()
265 static void ovl_dentry_release(struct dentry *dentry) in ovl_dentry_release()
279 static struct dentry *ovl_d_real(struct dentry *dentry, struct inode *inode) in ovl_d_real()
310 static int ovl_dentry_revalidate(struct dentry *dentry, unsigned int flags) in ovl_dentry_revalidate()
333 static int ovl_dentry_weak_revalidate(struct dentry *dentry, unsigned int flags) in ovl_dentry_weak_revalidate()
376 static bool ovl_dentry_remote(struct dentry *dentry) in ovl_dentry_remote()
382 static bool ovl_dentry_weird(struct dentry *dentry) in ovl_dentry_weird()
393 struct dentry *dentry; in ovl_lookup_real() local
417 int ovl_path_next(int idx, struct dentry *dentry, struct path *path) in ovl_path_next()
434 struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, in ovl_lookup()
600 static int ovl_statfs(struct dentry *dentry, struct kstatfs *buf) in ovl_statfs()
624 static int ovl_show_options(struct seq_file *m, struct dentry *dentry) in ovl_show_options()
745 struct dentry *dentry) in ovl_workdir_create()