Searched defs:id (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxcbtrfs.c451 static int get_btrfs_tree_idx(struct my_btrfs_tree *tree, u64 id) argument
457 if (tree->nodes[i].objid == id)
463 static struct my_btrfs_tree *create_my_btrfs_tree(u64 id, const char *path, argument
485 tree->nodes[0].objid = id;
489 static bool update_tree_node(struct mytree_node *n, u64 id, u64 parent, argument
492 if (id)
493 n->objid = id;
514 static bool add_btrfs_tree_node(struct my_btrfs_tree *tree, u64 id, u64 parent, argument
519 int i = get_btrfs_tree_idx(tree, id);
521 return update_tree_node(&tree->nodes[i], id, paren
[all...]
/lxc/src/lxc/
H A Dconf.c3280 SYSERROR("writing id mapping");
3283 SYSERROR("writing id mapping");
3409 SYSERROR("Too many {g,u}id mappings defined.");
3422 SYSERROR("Too many {g,u}id mappings defined.");
3437 * Return true if id was found, false otherwise.
3457 int mapped_hostid(unsigned id, struct lxc_conf *conf, enum idtype idtype) argument
3465 if (id >= map->hostid && id < map->hostid + map->range)
3466 return (id - map->hostid) + map->nsid;
4496 ERROR("Out of memory building id ma
[all...]

Completed in 22 milliseconds