Home
last modified time | relevance | path

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

/Linux-v5.4/fs/afs/
Dvolume.c18 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params, in afs_alloc_volume()
23 struct afs_volume *volume; in afs_alloc_volume()
30 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
111 struct afs_volume *afs_create_volume(struct afs_fs_context *params) in afs_create_volume()
114 struct afs_volume *volume; in afs_create_volume()
151 static void afs_destroy_volume(struct afs_net *net, struct afs_volume *volume) in afs_destroy_volume()
169 void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) in afs_put_volume()
182 void afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
200 void afs_deactivate_volume(struct afs_volume *volume) in afs_deactivate_volume()
220 static int afs_update_volume_status(struct afs_volume *volume, struct key *key) in afs_update_volume_status()
[all …]
Dinternal.h58 struct afs_volume *volume; /* volume record */
64 struct afs_volume *volume; /* volume on which resides */
248 struct afs_volume *volume; /* volume record */
597 struct afs_volume { struct
647 struct afs_volume *volume; /* volume on which vnode resides */ argument
1313 static inline struct afs_volume *__afs_get_volume(struct afs_volume *volume) in __afs_get_volume()
1320 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1321 extern void afs_activate_volume(struct afs_volume *);
1322 extern void afs_deactivate_volume(struct afs_volume *);
1323 extern void afs_put_volume(struct afs_cell *, struct afs_volume *);
[all …]
Dproc.c212 struct afs_volume *vol = list_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
Dsuper.c164 struct afs_volume *volume = as->volume; in afs_show_devname()
360 struct afs_volume *volume; in afs_validate_fc()
Dcallback.c280 struct afs_volume *volume = as->volume; in afs_break_one_callback()
Drotate.c104 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
Dinode.c596 struct afs_volume *volume = vnode->volume; in afs_check_validity()
/Linux-v5.4/include/trace/events/
Dafs.h1207 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),