Lines Matching refs:root_entry
19 struct root_entry {
116 static struct root_entry *insert_root_entry(struct rb_root *root,
117 struct root_entry *re)
121 struct root_entry *entry;
125 entry = rb_entry(parent_node, struct root_entry, node);
187 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid)
190 struct root_entry *entry = NULL;
194 entry = rb_entry(n, struct root_entry, node);
234 struct root_entry *re;
240 re = rb_entry(n, struct root_entry, node);
265 struct root_entry *re = NULL;
267 re = kzalloc(sizeof(struct root_entry), GFP_KERNEL);
284 struct root_entry *exist_re;
313 struct root_entry *re;
390 struct root_entry *re;
636 struct root_entry *re;
654 re = rb_entry(n, struct root_entry, node);
677 struct root_entry *re = NULL;
777 struct root_entry *tmp;
780 re = kmalloc(sizeof(struct root_entry), GFP_NOFS);