Searched refs:afs_vlocation (Results 1 – 5 of 5) sorted by relevance
/fs/afs/ |
D | vlocation.c | 36 static int afs_vlocation_access_vl_by_name(struct afs_vlocation *vl, in afs_vlocation_access_vl_by_name() 90 static int afs_vlocation_access_vl_by_id(struct afs_vlocation *vl, in afs_vlocation_access_vl_by_id() 167 static struct afs_vlocation *afs_vlocation_alloc(struct afs_cell *cell, in afs_vlocation_alloc() 171 struct afs_vlocation *vl; in afs_vlocation_alloc() 173 vl = kzalloc(sizeof(struct afs_vlocation), GFP_KERNEL); in afs_vlocation_alloc() 193 static int afs_vlocation_update_record(struct afs_vlocation *vl, in afs_vlocation_update_record() 265 static void afs_vlocation_apply_update(struct afs_vlocation *vl, in afs_vlocation_apply_update() 294 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 …]
|
D | cache.c | 91 struct afs_vlocation *vlocation = target; in afs_vlocation_cache_match() 133 struct afs_vlocation *vlocation = source; in afs_vlocation_cache_update()
|
D | internal.h | 245 struct afs_vlocation { struct 304 struct afs_vlocation *vlocation; /* volume location */ 658 extern struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *, 661 extern void afs_put_vlocation(struct afs_vlocation *);
|
D | volume.c | 47 struct afs_vlocation *vlocation = NULL; in afs_volume_lookup() 170 struct afs_vlocation *vlocation; in afs_put_volume()
|
D | proc.c | 527 struct afs_vlocation *vlocation = in afs_proc_cell_volumes_show() 528 list_entry(v, struct afs_vlocation, link); in afs_proc_cell_volumes_show()
|