Lines Matching refs:ctx
73 struct afs_fs_context *ctx = fc->fs_private; in afs_mntpt_set_params() local
86 ctx->type = AFSVL_RWVOL; in afs_mntpt_set_params()
87 ctx->force = true; in afs_mntpt_set_params()
89 if (ctx->cell) { in afs_mntpt_set_params()
90 afs_put_cell(ctx->net, ctx->cell); in afs_mntpt_set_params()
91 ctx->cell = NULL; in afs_mntpt_set_params()
104 ctx->type = AFSVL_RWVOL; in afs_mntpt_set_params()
105 ctx->force = true; in afs_mntpt_set_params()
110 cell = afs_lookup_cell(ctx->net, p, size, NULL, false); in afs_mntpt_set_params()
115 ctx->cell = cell; in afs_mntpt_set_params()
117 ctx->volname = afs_root_volume; in afs_mntpt_set_params()
118 ctx->volnamesz = sizeof(afs_root_volume) - 1; in afs_mntpt_set_params()
126 ctx->cell = afs_get_cell(src_as->cell); in afs_mntpt_set_params()