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;
458 static int ovl_cache_update_ino(struct path *path, struct ovl_cache_entry *p)
533 struct ovl_cache_entry *p;
553 struct ovl_cache_entry *p, *n;
660 struct ovl_cache_entry *p;
734 struct ovl_cache_entry *p;
772 p = list_entry(od->cursor, struct ovl_cache_entry, l_node);
963 struct ovl_cache_entry *p, *n;
1005 struct ovl_cache_entry *p;
1072 struct ovl_cache_entry *p;
1160 struct ovl_cache_entry *p;