Lines Matching refs:cell
165 struct afs_cell *cell = as->cell; in afs_show_devname() local
188 seq_printf(m, "%c%s:%s%s", pref, cell->name, volume->name, suf); in afs_show_devname()
233 struct afs_cell *cell; in afs_parse_source() local
292 cellnamesz, cellnamesz, cellname ?: "", ctx->cell); in afs_parse_source()
296 cell = afs_lookup_cell(ctx->net, cellname, cellnamesz, in afs_parse_source()
298 if (IS_ERR(cell)) { in afs_parse_source()
301 return PTR_ERR(cell); in afs_parse_source()
303 afs_put_cell(ctx->net, ctx->cell); in afs_parse_source()
304 ctx->cell = cell; in afs_parse_source()
308 ctx->cell->name, ctx->cell, in afs_parse_source()
369 if (!ctx->cell) { in afs_validate_fc()
375 key = afs_request_key(ctx->cell); in afs_validate_fc()
382 afs_put_volume(ctx->cell, ctx->volume); in afs_validate_fc()
504 as->cell = afs_get_cell(ctx->cell); in afs_alloc_sbi()
514 afs_put_volume(as->cell, as->volume); in afs_destroy_sbi()
515 afs_put_cell(afs_net(as->net_ns), as->cell); in afs_destroy_sbi()
585 trace_afs_get_tree(as->cell, as->volume); in afs_get_tree()
601 afs_put_volume(ctx->cell, ctx->volume); in afs_free_fc()
602 afs_put_cell(ctx->net, ctx->cell); in afs_free_fc()
619 struct afs_cell *cell; in afs_init_fs_context() local
630 cell = afs_lookup_cell_rcu(ctx->net, NULL, 0); in afs_init_fs_context()
632 if (IS_ERR(cell)) in afs_init_fs_context()
633 cell = NULL; in afs_init_fs_context()
634 ctx->cell = cell; in afs_init_fs_context()
741 key = afs_request_key(vnode->volume->cell); in afs_statfs()