Lines Matching refs:ovl_cache_entry
20 struct ovl_cache_entry { struct
26 struct ovl_cache_entry *next_maybe_whiteout; argument
43 struct ovl_cache_entry *first_maybe_whiteout; argument
57 static struct ovl_cache_entry *ovl_cache_entry_from_node(struct rb_node *n) in ovl_cache_entry_from_node()
59 return container_of(n, struct ovl_cache_entry, node); in ovl_cache_entry_from_node()
62 static struct ovl_cache_entry *ovl_cache_entry_find(struct rb_root *root, in ovl_cache_entry_find()
69 struct ovl_cache_entry *p = ovl_cache_entry_from_node(node); in ovl_cache_entry_find()
83 static struct ovl_cache_entry *ovl_cache_entry_new(struct ovl_readdir_data *rdd, in ovl_cache_entry_new()
87 struct ovl_cache_entry *p; in ovl_cache_entry_new()
88 size_t size = offsetof(struct ovl_cache_entry, name[len + 1]); in ovl_cache_entry_new()
114 struct ovl_cache_entry *p; in ovl_cache_entry_add_rb()
118 struct ovl_cache_entry *tmp; in ovl_cache_entry_add_rb()
146 struct ovl_cache_entry *p; in ovl_fill_lower()
164 struct ovl_cache_entry *p; in ovl_cache_free()
165 struct ovl_cache_entry *n; in ovl_cache_free()
205 struct ovl_cache_entry *p; in ovl_check_whiteouts()
367 struct ovl_cache_entry *p; in ovl_iterate()
387 p = list_entry(od->cursor, struct ovl_cache_entry, l_node); in ovl_iterate()
531 struct ovl_cache_entry *p; in ovl_check_empty_dir()
558 struct ovl_cache_entry *p; in ovl_cleanup_whiteouts()