Lines Matching refs:afs_volume
49 struct afs_volume *volume; /* volume record */
55 struct afs_volume *volume; /* volume on which resides */
198 struct afs_volume *volume; /* volume record */
459 struct afs_volume { struct
508 struct afs_volume *volume; /* volume on which vnode resides */ argument
1052 static inline struct afs_volume *__afs_get_volume(struct afs_volume *volume) in __afs_get_volume()
1059 extern struct afs_volume *afs_create_volume(struct afs_mount_params *);
1060 extern void afs_activate_volume(struct afs_volume *);
1061 extern void afs_deactivate_volume(struct afs_volume *);
1062 extern void afs_put_volume(struct afs_cell *, struct afs_volume *);
1063 extern int afs_check_volume_status(struct afs_volume *, struct key *);