Home
last modified time | relevance | path

Searched refs:afs_vlocation (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/afs/
Dvlocation.c37 static int afs_vlocation_access_vl_by_name(struct afs_vlocation *vl, in afs_vlocation_access_vl_by_name()
93 static int afs_vlocation_access_vl_by_id(struct afs_vlocation *vl, in afs_vlocation_access_vl_by_id()
170 static struct afs_vlocation *afs_vlocation_alloc(struct afs_cell *cell, in afs_vlocation_alloc()
174 struct afs_vlocation *vl; in afs_vlocation_alloc()
176 vl = kzalloc(sizeof(struct afs_vlocation), GFP_KERNEL); in afs_vlocation_alloc()
196 static int afs_vlocation_update_record(struct afs_vlocation *vl, in afs_vlocation_update_record()
268 static void afs_vlocation_apply_update(struct afs_vlocation *vl, in afs_vlocation_apply_update()
296 static int afs_vlocation_fill_in_record(struct afs_vlocation *vl, in afs_vlocation_fill_in_record()
338 static void afs_vlocation_queue_for_updates(struct afs_vlocation *vl) in afs_vlocation_queue_for_updates()
340 struct afs_vlocation *xvl; in afs_vlocation_queue_for_updates()
[all …]
Dcache.c137 const struct afs_vlocation *vlocation = cookie_netfs_data; in afs_vlocation_cache_get_key()
158 const struct afs_vlocation *vlocation = cookie_netfs_data; in afs_vlocation_cache_get_aux()
183 struct afs_vlocation *vlocation = cookie_netfs_data; in afs_vlocation_cache_check_aux()
Dinternal.h248 struct afs_vlocation { struct
307 struct afs_vlocation *vlocation; /* volume location */
678 extern struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *,
681 extern void afs_put_vlocation(struct afs_vlocation *);
Dvolume.c47 struct afs_vlocation *vlocation = NULL; in afs_volume_lookup()
174 struct afs_vlocation *vlocation; in afs_put_volume()
Dproc.c526 struct afs_vlocation *vlocation = in afs_proc_cell_volumes_show()
527 list_entry(v, struct afs_vlocation, link); in afs_proc_cell_volumes_show()