Lines Matching defs:cell
46 static const char afs_root_volume[] = "root.cell";
76 struct afs_cell *cell;
89 if (ctx->cell) {
90 afs_unuse_cell(ctx->net, ctx->cell, afs_cell_trace_unuse_mntpt);
91 ctx->cell = NULL;
110 cell = afs_lookup_cell(ctx->net, p, size, NULL, false);
111 if (IS_ERR(cell)) {
112 pr_err("kAFS: unable to lookup cell '%pd'\n", mntpt);
113 return PTR_ERR(cell);
115 ctx->cell = cell;
125 if (src_as->cell)
126 ctx->cell = afs_use_cell(src_as->cell, afs_cell_trace_use_mntpt);