Lines Matching defs:key
17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key,
27 .key = key, /* This might need to be something */
187 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key,
206 volume = afs_sample_volume(cell, key, pvol->name, pvol->name_len);
234 static int afs_query_for_alias(struct afs_cell *cell, struct key *key)
253 if (afs_query_for_alias_one(cell, key, p) != 0)
276 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key)
283 if (!afs_begin_vlserver_operation(&vc, cell, key))
302 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key)
307 cell_name = afs_vl_get_cell_name(cell, key);
326 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key)
333 ret = yfs_check_canonical_cell_name(cell, key);
338 root_volume = afs_sample_volume(cell, key, "root.cell", 9);
350 return afs_query_for_alias(cell, key);
361 int afs_cell_detect_alias(struct afs_cell *cell, struct key *key)
370 ret = afs_do_cell_detect_alias(cell, key);