Lines Matching defs:cell
70 * Protects use of mdptr to obtain hash cell name and uuid from mapped device.
211 struct hash_cell *cell, *hc;
216 cell = alloc_cell(name, uuid, md);
217 if (!cell)
221 * Insert the cell into both hash tables.
230 list_add(&cell->name_list, _name_buckets + hash_str(name));
235 list_del(&cell->name_list);
239 list_add(&cell->uuid_list, _uuid_buckets + hash_str(uuid));
243 dm_set_mdptr(md, cell);
251 free_cell(cell);
356 * Rename and move the name cell.
834 * while we have the cell.