Lines Matching refs:ovl_cache_entry
18 struct ovl_cache_entry {
25 struct ovl_cache_entry *next_maybe_whiteout;
45 struct ovl_cache_entry *first_maybe_whiteout;
61 static struct ovl_cache_entry *ovl_cache_entry_from_node(struct rb_node *n)
63 return rb_entry(n, struct ovl_cache_entry, node);
75 struct ovl_cache_entry *tmp;
92 static struct ovl_cache_entry *ovl_cache_entry_find(struct rb_root *root,
99 struct ovl_cache_entry *p = ovl_cache_entry_from_node(node);
114 struct ovl_cache_entry *p)
143 static struct ovl_cache_entry *ovl_cache_entry_new(struct ovl_readdir_data *rdd,
147 struct ovl_cache_entry *p;
148 size_t size = offsetof(struct ovl_cache_entry, name[len + 1]);
179 struct ovl_cache_entry *p;
201 struct ovl_cache_entry *p;
219 struct ovl_cache_entry *p;
220 struct ovl_cache_entry *n;
270 struct ovl_cache_entry *p;
459 static int ovl_cache_update_ino(const struct path *path, struct ovl_cache_entry *p)
537 struct ovl_cache_entry *p;
557 struct ovl_cache_entry *p, *n;
665 struct ovl_cache_entry *p;
741 struct ovl_cache_entry *p;
779 p = list_entry(od->cursor, struct ovl_cache_entry, l_node);
970 struct ovl_cache_entry *p, *n;
1013 struct ovl_cache_entry *p;
1080 struct ovl_cache_entry *p;
1164 struct ovl_cache_entry *p;