Lines Matching refs:ovl_cache_entry

18 struct ovl_cache_entry {  struct
25 struct ovl_cache_entry *next_maybe_whiteout; argument
45 struct ovl_cache_entry *first_maybe_whiteout; argument
61 static struct ovl_cache_entry *ovl_cache_entry_from_node(struct rb_node *n) in ovl_cache_entry_from_node()
63 return rb_entry(n, struct ovl_cache_entry, node); in ovl_cache_entry_from_node()
75 struct ovl_cache_entry *tmp; in ovl_cache_entry_find_link()
92 static struct ovl_cache_entry *ovl_cache_entry_find(struct rb_root *root, in ovl_cache_entry_find()
99 struct ovl_cache_entry *p = ovl_cache_entry_from_node(node); in ovl_cache_entry_find()
114 struct ovl_cache_entry *p) in ovl_calc_d_ino()
143 static struct ovl_cache_entry *ovl_cache_entry_new(struct ovl_readdir_data *rdd, in ovl_cache_entry_new()
147 struct ovl_cache_entry *p; in ovl_cache_entry_new()
148 size_t size = offsetof(struct ovl_cache_entry, name[len + 1]); in ovl_cache_entry_new()
179 struct ovl_cache_entry *p; in ovl_cache_entry_add_rb()
201 struct ovl_cache_entry *p; in ovl_fill_lowest()
219 struct ovl_cache_entry *p; in ovl_cache_free()
220 struct ovl_cache_entry *n; in ovl_cache_free()
270 struct ovl_cache_entry *p; in ovl_check_whiteouts()
458 static int ovl_cache_update_ino(struct path *path, struct ovl_cache_entry *p) in ovl_cache_update_ino()
535 struct ovl_cache_entry *p; in ovl_fill_plain()
555 struct ovl_cache_entry *p, *n; in ovl_dir_read_impure()
662 struct ovl_cache_entry *p; in ovl_fill_real()
736 struct ovl_cache_entry *p; in ovl_iterate()
774 p = list_entry(od->cursor, struct ovl_cache_entry, l_node); in ovl_iterate()
964 struct ovl_cache_entry *p, *n; in ovl_check_empty_dir()
1006 struct ovl_cache_entry *p; in ovl_cleanup_whiteouts()
1073 struct ovl_cache_entry *p; in ovl_workdir_cleanup_recurse()
1161 struct ovl_cache_entry *p; in ovl_indexdir_cleanup()