|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| int | afs_vl_get_entry_by_name (struct in_addr *addr, struct key *key, const char *volname, struct afs_cache_vlocation *entry, const struct afs_wait_mode *wait_mode) |
| int | afs_vl_get_entry_by_id (struct in_addr *addr, struct key *key, afs_volid_t volid, afs_voltype_t voltype, struct afs_cache_vlocation *entry, const struct afs_wait_mode *wait_mode) |
| int afs_vl_get_entry_by_id | ( | struct in_addr * | addr, |
| struct key * | key, | ||
| afs_volid_t | volid, | ||
| afs_voltype_t | voltype, | ||
| struct afs_cache_vlocation * | entry, | ||
| const struct afs_wait_mode * | wait_mode | ||
| ) |
Definition at line 190 of file vlclient.c.
| int afs_vl_get_entry_by_name | ( | struct in_addr * | addr, |
| struct key * | key, | ||
| const char * | volname, | ||
| struct afs_cache_vlocation * | entry, | ||
| const struct afs_wait_mode * | wait_mode | ||
| ) |
Definition at line 150 of file vlclient.c.
1.8.2