Home
last modified time | relevance | path

Searched refs:ovl_cache_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
H A Dreaddir.c18 struct ovl_cache_entry { struct
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) 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_ne
[all...]
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dreaddir.c18 struct ovl_cache_entry { struct
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) 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_ne
[all...]

Completed in 3 milliseconds