Lines Matching defs:dentry
21 int ovl_want_write(struct dentry *dentry) in ovl_want_write()
27 void ovl_drop_write(struct dentry *dentry) in ovl_drop_write()
33 struct dentry *ovl_workdir(struct dentry *dentry) in ovl_workdir()
109 bool ovl_dentry_remote(struct dentry *dentry) in ovl_dentry_remote()
116 bool ovl_dentry_weird(struct dentry *dentry) in ovl_dentry_weird()
124 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type()
149 void ovl_path_upper(struct dentry *dentry, struct path *path) in ovl_path_upper()
157 void ovl_path_lower(struct dentry *dentry, struct path *path) in ovl_path_lower()
169 void ovl_path_lowerdata(struct dentry *dentry, struct path *path) in ovl_path_lowerdata()
181 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
193 struct dentry *ovl_dentry_upper(struct dentry *dentry) in ovl_dentry_upper()
198 struct dentry *ovl_dentry_lower(struct dentry *dentry) in ovl_dentry_lower()
205 struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
218 struct dentry *ovl_dentry_lowerdata(struct dentry *dentry) in ovl_dentry_lowerdata()
225 struct dentry *ovl_dentry_real(struct dentry *dentry) in ovl_dentry_real()
283 void ovl_dentry_set_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_set_flag()
288 void ovl_dentry_clear_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_clear_flag()
293 bool ovl_dentry_test_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_test_flag()
298 bool ovl_dentry_is_opaque(struct dentry *dentry) in ovl_dentry_is_opaque()
303 bool ovl_dentry_is_whiteout(struct dentry *dentry) in ovl_dentry_is_whiteout()
308 void ovl_dentry_set_opaque(struct dentry *dentry) in ovl_dentry_set_opaque()
319 bool ovl_dentry_has_upper_alias(struct dentry *dentry) in ovl_dentry_has_upper_alias()
324 void ovl_dentry_set_upper_alias(struct dentry *dentry) in ovl_dentry_set_upper_alias()
369 bool ovl_dentry_needs_data_copy_up_locked(struct dentry *dentry, int flags) in ovl_dentry_needs_data_copy_up_locked()
377 bool ovl_dentry_needs_data_copy_up(struct dentry *dentry, int flags) in ovl_dentry_needs_data_copy_up()
392 const char *ovl_dentry_get_redirect(struct dentry *dentry) in ovl_dentry_get_redirect()
397 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect) in ovl_dentry_set_redirect()
442 static void ovl_dentry_version_inc(struct dentry *dentry, bool impurity) in ovl_dentry_version_inc()
457 void ovl_dir_modified(struct dentry *dentry, bool impurity) in ovl_dir_modified()
465 u64 ovl_dentry_version_get(struct dentry *dentry) in ovl_dentry_version_get()
473 bool ovl_is_whiteout(struct dentry *dentry) in ovl_is_whiteout()
511 static bool ovl_already_copied_up_locked(struct dentry *dentry, int flags) in ovl_already_copied_up_locked()
523 bool ovl_already_copied_up(struct dentry *dentry, int flags) in ovl_already_copied_up()
548 int ovl_copy_up_start(struct dentry *dentry, int flags) in ovl_copy_up_start()
562 void ovl_copy_up_end(struct dentry *dentry) in ovl_copy_up_end()
567 bool ovl_check_origin_xattr(struct dentry *dentry) in ovl_check_origin_xattr()
580 bool ovl_check_dir_xattr(struct dentry *dentry, const char *name) in ovl_check_dir_xattr()
595 int ovl_check_setxattr(struct dentry *dentry, struct dentry *upperdentry, in ovl_check_setxattr()
616 int ovl_set_impure(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_impure()
654 bool ovl_inuse_trylock(struct dentry *dentry) in ovl_inuse_trylock()
669 void ovl_inuse_unlock(struct dentry *dentry) in ovl_inuse_unlock()
681 bool ovl_is_inuse(struct dentry *dentry) in ovl_is_inuse()
696 bool ovl_need_index(struct dentry *dentry) in ovl_need_index()
715 static void ovl_cleanup_index(struct dentry *dentry) in ovl_cleanup_index()
779 int ovl_nlink_start(struct dentry *dentry, bool *locked) in ovl_nlink_start()
834 void ovl_nlink_end(struct dentry *dentry, bool locked) in ovl_nlink_end()
870 int ovl_check_metacopy_xattr(struct dentry *dentry) in ovl_check_metacopy_xattr()
891 bool ovl_is_metacopy_dentry(struct dentry *dentry) in ovl_is_metacopy_dentry()
907 ssize_t ovl_getxattr(struct dentry *dentry, char *name, char **value, in ovl_getxattr()
940 char *ovl_get_redirect_xattr(struct dentry *dentry, int padding) in ovl_get_redirect_xattr()