Searched refs:afs_volume (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/afs/ |
| D | volume.c | 18 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 …]
|
| D | internal.h | 58 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 …]
|
| D | proc.c | 212 struct afs_volume *vol = list_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
|
| D | super.c | 164 struct afs_volume *volume = as->volume; in afs_show_devname() 360 struct afs_volume *volume; in afs_validate_fc()
|
| D | callback.c | 280 struct afs_volume *volume = as->volume; in afs_break_one_callback()
|
| D | rotate.c | 104 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
|
| D | inode.c | 596 struct afs_volume *volume = vnode->volume; in afs_check_validity()
|
| /Linux-v5.4/include/trace/events/ |
| D | afs.h | 1207 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
|