Lines Matching defs:key
354 * Validate the options, get the cell key and look up the volume.
361 struct key *key;
377 key = afs_request_key(ctx->cell);
378 if (IS_ERR(key))
379 return PTR_ERR(key);
381 ctx->key = key;
390 ret = afs_cell_detect_alias(ctx->cell, key);
395 key_put(ctx->key);
396 ctx->key = NULL;
474 inode = afs_root_iget(sb, ctx->key);
618 key_put(ctx->key);