Home
last modified time | relevance | path

Searched refs:afs_volume (Results 1 – 5 of 5) sorted by relevance

/fs/afs/
Dvolume.c45 struct afs_volume *afs_volume_lookup(struct afs_mount_params *params) in afs_volume_lookup()
48 struct afs_volume *volume = NULL; in afs_volume_lookup()
99 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_volume_lookup()
172 void afs_put_volume(struct afs_volume *volume) in afs_put_volume()
221 struct afs_volume *volume = vnode->volume; in afs_volume_pick_fileserver()
310 struct afs_volume *volume = vnode->volume; in afs_volume_release_fileserver()
Dinternal.h51 struct afs_volume *volume; /* volume record */
173 struct afs_volume *volume; /* volume record */
260 struct afs_volume *vols[3]; /* volume access record pointer (index by type) */
305 struct afs_volume { struct
337 struct afs_volume *volume; /* volume on which vnode resides */ argument
731 extern void afs_put_volume(struct afs_volume *);
732 extern struct afs_volume *afs_volume_lookup(struct afs_mount_params *);
Dcache.c230 const struct afs_volume *volume = cookie_netfs_data; in afs_volume_cache_get_key()
Dsuper.c359 struct afs_volume *vol; in afs_mount()
Dinode.c28 struct afs_volume *volume; /* volume on which resides */