Lines Matching refs:afs_volume
18 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell()
19 struct afs_volume *volume) in afs_insert_volume_into_cell()
21 struct afs_volume *p; in afs_insert_volume_into_cell()
29 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
50 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
67 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params, in afs_alloc_volume()
72 struct afs_volume *volume; in afs_alloc_volume()
79 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
117 static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params, in afs_lookup_volume()
121 struct afs_volume *candidate, *volume; in afs_lookup_volume()
180 struct afs_volume *afs_create_volume(struct afs_fs_context *params) in afs_create_volume()
183 struct afs_volume *volume; in afs_create_volume()
220 static void afs_destroy_volume(struct afs_net *net, struct afs_volume *volume) in afs_destroy_volume()
241 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
257 void afs_put_volume(struct afs_net *net, struct afs_volume *volume, in afs_put_volume()
275 int afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
304 void afs_deactivate_volume(struct afs_volume *volume) in afs_deactivate_volume()
320 static int afs_update_volume_status(struct afs_volume *volume, struct key *key) in afs_update_volume_status()
384 int afs_check_volume_status(struct afs_volume *volume, struct afs_operation *op) in afs_check_volume_status()