Searched refs:afs_volume (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | volume.c | 18 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell() 19 struct afs_volume *volume) in afs_insert_volume_into_cell() 21 struct afs_volume *p; in afs_insert_volume_into_cell() 29 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell() 55 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell() 73 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params, in afs_alloc_volume() 78 struct afs_volume *volume; in afs_alloc_volume() 81 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume() 122 static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params, in afs_lookup_volume() 126 struct afs_volume *candidate, *volume; in afs_lookup_volume() [all …]
|
H A D | callback.c | 108 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu() 111 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu() 125 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu() 148 static void afs_break_one_callback(struct afs_volume *volume, in afs_break_one_callback() 187 struct afs_volume *volume; in afs_break_some_callbacks()
|
H A D | vl_alias.c | 17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume() 20 struct afs_volume *volume; in afs_sample_volume() 119 static int afs_compare_volume_slists(const struct afs_volume *vol_a, in afs_compare_volume_slists() 120 const struct afs_volume *vol_b) in afs_compare_volume_slists() 190 struct afs_volume *volume, *pvol = NULL; in afs_query_for_alias_one() 197 struct afs_volume, cell_node), in afs_query_for_alias_one() 332 struct afs_volume *root_volume; in afs_do_cell_detect_alias()
|
H A D | internal.h | 60 struct afs_volume *volume; /* volume record */ 229 struct afs_volume *volume; /* volume record */ 362 struct afs_volume *root_volume; /* The root.cell volume if there is one */ 555 struct afs_volume *volume; 574 struct afs_volume { struct 628 struct afs_volume *volume; /* volume on which vnode resides */ argument 796 struct afs_volume *volume; /* Volume being accessed */ 1135 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *); 1459 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume, 1463 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist); [all …]
|
H A D | server_list.c | 27 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume, in afs_alloc_server_list() 132 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_attach_volume_to_servers() 162 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new, in afs_reattach_volume_to_servers() 209 void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_detach_volume_from_servers()
|
H A D | super.c | 159 struct afs_volume *volume = as->volume; in afs_show_devname() 359 struct afs_volume *volume; in afs_validate_fc()
|
H A D | proc.c | 211 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
|
H A D | fs_operation.c | 18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
|
H A D | rotate.c | 73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
|
H A D | dir.c | 759 struct afs_volume *volume = dvnode->volume; in afs_server_supports_ibulk()
|
/openbmc/linux/include/trace/events/ |
H A D | afs.h | 1191 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume), 1290 TRACE_EVENT(afs_volume,
|