Lines Matching defs:root
37 struct root {
131 struct root *root;
133 root = kzalloc(sizeof(*root), GFP_KERNEL);
134 if (!root)
136 memcpy(&root->key, key, sizeof(root->key));
137 memcpy(root->buf, world->next_root_buf, sizeof(root->buf));
139 return root;
144 struct root *root = root_priv;
148 kfree(root);
156 const struct root *root;
182 root = objagg_obj_root_priv(objagg_obj);
183 if (root->key.id != key_id) {
189 memcmp(world->next_root_buf, root->buf, sizeof(root->buf))) {
319 /* First round of gets, the root objects should be created */
327 * make sure that no new root is created
647 *errmsg = "Incorrect root/delta indication";
869 stats->stats_info[i].is_root ? "root" : "noroot");