Searched refs:ovl_cache_entry (Results 1 – 1 of 1) sorted by relevance
21 struct ovl_cache_entry { struct28 struct ovl_cache_entry *next_maybe_whiteout; argument48 struct ovl_cache_entry *first_maybe_whiteout; argument64 static struct ovl_cache_entry *ovl_cache_entry_from_node(struct rb_node *n) in ovl_cache_entry_from_node()66 return rb_entry(n, struct ovl_cache_entry, node); in ovl_cache_entry_from_node()78 struct ovl_cache_entry *tmp; in ovl_cache_entry_find_link()95 static struct ovl_cache_entry *ovl_cache_entry_find(struct rb_root *root, in ovl_cache_entry_find()102 struct ovl_cache_entry *p = ovl_cache_entry_from_node(node); in ovl_cache_entry_find()117 struct ovl_cache_entry *p) in ovl_calc_d_ino()146 static struct ovl_cache_entry *ovl_cache_entry_new(struct ovl_readdir_data *rdd, in ovl_cache_entry_new()[all …]