Home
last modified time | relevance | path

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

/linux-3.4.99/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.h50 struct afs_volume *volume; /* volume record */
171 struct afs_volume *volume; /* volume record */
259 struct afs_volume *vols[3]; /* volume access record pointer (index by type) */
304 struct afs_volume { struct
336 struct afs_volume *volume; /* volume on which vnode resides */ argument
730 extern void afs_put_volume(struct afs_volume *);
731 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.c351 struct afs_volume *vol; in afs_mount()
Dinode.c28 struct afs_volume *volume; /* volume on which resides */