Lines Matching refs:afs_volume
24 static struct afs_volume *afs_alloc_volume(struct afs_mount_params *params, in afs_alloc_volume()
29 struct afs_volume *volume; in afs_alloc_volume()
36 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
152 struct afs_volume *afs_create_volume(struct afs_mount_params *params) in afs_create_volume()
155 struct afs_volume *volume; in afs_create_volume()
192 static void afs_destroy_volume(struct afs_net *net, struct afs_volume *volume) in afs_destroy_volume()
210 void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) in afs_put_volume()
223 void afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
241 void afs_deactivate_volume(struct afs_volume *volume) in afs_deactivate_volume()
261 static int afs_update_volume_status(struct afs_volume *volume, struct key *key) in afs_update_volume_status()
325 int afs_check_volume_status(struct afs_volume *volume, struct key *key) in afs_check_volume_status()