Lines Matching defs:afs_volume
60 struct afs_volume *volume; /* volume record */
229 struct afs_volume *volume; /* volume record */
362 struct afs_volume *root_volume; /* The root.cell volume if there is one */
570 struct afs_volume {
625 struct afs_volume *volume; /* volume on which vnode resides */
793 struct afs_volume *volume; /* Volume being accessed */
1130 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1514 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1515 extern int afs_activate_volume(struct afs_volume *);
1516 extern void afs_deactivate_volume(struct afs_volume *);
1517 bool afs_try_get_volume(struct afs_volume *volume, enum afs_volume_trace reason);
1518 extern struct afs_volume *afs_get_volume(struct afs_volume *, enum afs_volume_trace);
1519 extern void afs_put_volume(struct afs_net *, struct afs_volume *, enum afs_volume_trace);
1520 extern int afs_check_volume_status(struct afs_volume *, struct afs_operation *);