Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Dvolume.c24 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()
[all …]
Dinternal.h49 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 *);
[all …]
Dproc.c203 struct afs_volume *vol = list_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
Dsuper.c150 struct afs_volume *volume = as->volume; in afs_show_devname()
497 struct afs_volume *candidate; in afs_mount()
Dcallback.c277 struct afs_volume *volume = as->volume; in afs_break_one_callback()
Drotate.c109 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()