Lines Matching defs:dentry

22 int ovl_get_write_access(struct dentry *dentry)  in ovl_get_write_access()
29 void ovl_start_write(struct dentry *dentry) in ovl_start_write()
35 int ovl_want_write(struct dentry *dentry) in ovl_want_write()
41 void ovl_put_write_access(struct dentry *dentry) in ovl_put_write_access()
47 void ovl_end_write(struct dentry *dentry) in ovl_end_write()
53 void ovl_drop_write(struct dentry *dentry) in ovl_drop_write()
59 struct dentry *ovl_workdir(struct dentry *dentry) in ovl_workdir()
164 bool ovl_dentry_remote(struct dentry *dentry) in ovl_dentry_remote()
169 void ovl_dentry_update_reval(struct dentry *dentry, struct dentry *realdentry) in ovl_dentry_update_reval()
179 void ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_reval()
185 void ovl_dentry_init_flags(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_flags()
202 bool ovl_dentry_weird(struct dentry *dentry) in ovl_dentry_weird()
220 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type()
245 void ovl_path_upper(struct dentry *dentry, struct path *path) in ovl_path_upper()
253 void ovl_path_lower(struct dentry *dentry, struct path *path) in ovl_path_lower()
266 void ovl_path_lowerdata(struct dentry *dentry, struct path *path) in ovl_path_lowerdata()
286 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
298 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()
312 struct dentry *ovl_dentry_upper(struct dentry *dentry) in ovl_dentry_upper()
319 struct dentry *ovl_dentry_lower(struct dentry *dentry) in ovl_dentry_lower()
326 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
339 struct dentry *ovl_dentry_lowerdata(struct dentry *dentry) in ovl_dentry_lowerdata()
344 int ovl_dentry_set_lowerdata(struct dentry *dentry, struct ovl_path *datapath) in ovl_dentry_set_lowerdata()
367 struct dentry *ovl_dentry_real(struct dentry *dentry) in ovl_dentry_real()
450 void ovl_dentry_set_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_set_flag()
455 void ovl_dentry_clear_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_clear_flag()
460 bool ovl_dentry_test_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_test_flag()
465 bool ovl_dentry_is_opaque(struct dentry *dentry) in ovl_dentry_is_opaque()
470 bool ovl_dentry_is_whiteout(struct dentry *dentry) in ovl_dentry_is_whiteout()
475 void ovl_dentry_set_opaque(struct dentry *dentry) in ovl_dentry_set_opaque()
480 bool ovl_dentry_has_xwhiteouts(struct dentry *dentry) in ovl_dentry_has_xwhiteouts()
485 void ovl_dentry_set_xwhiteouts(struct dentry *dentry) in ovl_dentry_set_xwhiteouts()
513 bool ovl_dentry_has_upper_alias(struct dentry *dentry) in ovl_dentry_has_upper_alias()
518 void ovl_dentry_set_upper_alias(struct dentry *dentry) in ovl_dentry_set_upper_alias()
563 bool ovl_dentry_needs_data_copy_up_locked(struct dentry *dentry, int flags) in ovl_dentry_needs_data_copy_up_locked()
571 bool ovl_dentry_needs_data_copy_up(struct dentry *dentry, int flags) in ovl_dentry_needs_data_copy_up()
579 const char *ovl_dentry_get_redirect(struct dentry *dentry) in ovl_dentry_get_redirect()
584 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect) in ovl_dentry_set_redirect()
609 static void ovl_dir_version_inc(struct dentry *dentry, bool impurity) in ovl_dir_version_inc()
626 void ovl_dir_modified(struct dentry *dentry, bool impurity) in ovl_dir_modified()
640 bool ovl_is_whiteout(struct dentry *dentry) in ovl_is_whiteout()
689 static bool ovl_already_copied_up_locked(struct dentry *dentry, int flags) in ovl_already_copied_up_locked()
701 bool ovl_already_copied_up(struct dentry *dentry, int flags) in ovl_already_copied_up()
730 int ovl_copy_up_start(struct dentry *dentry, int flags) in ovl_copy_up_start()
753 void ovl_copy_up_end(struct dentry *dentry) in ovl_copy_up_end()
774 struct dentry *dentry = path->dentry; in ovl_path_check_xwhiteout_xattr() local
909 int ovl_set_impure(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_impure()
1014 bool ovl_inuse_trylock(struct dentry *dentry) in ovl_inuse_trylock()
1029 void ovl_inuse_unlock(struct dentry *dentry) in ovl_inuse_unlock()
1041 bool ovl_is_inuse(struct dentry *dentry) in ovl_is_inuse()
1056 bool ovl_need_index(struct dentry *dentry) in ovl_need_index()
1075 static void ovl_cleanup_index(struct dentry *dentry) in ovl_cleanup_index()
1145 int ovl_nlink_start(struct dentry *dentry) in ovl_nlink_start()
1205 void ovl_nlink_end(struct dentry *dentry) in ovl_nlink_end()
1289 bool ovl_is_metacopy_dentry(struct dentry *dentry) in ovl_is_metacopy_dentry()