Home
last modified time | relevance | path

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

/linux-6.15/fs/afs/
H A Dvolume.c22 struct afs_volume *volume) in afs_insert_volume_into_cell()
24 struct afs_volume *p; in afs_insert_volume_into_cell()
32 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
81 struct afs_volume *volume; in afs_alloc_volume()
84 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
137 struct afs_volume *candidate, *volume; in afs_lookup_volume()
201 struct afs_volume *volume; in afs_create_volume()
239 struct afs_volume *volume = container_of(work, struct afs_volume, destructor); in afs_destroy_volume()
276 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
310 int afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
[all …]
H A Dcallback.c36 static void afs_volume_init_callback(struct afs_volume *volume) in afs_volume_init_callback()
111 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
114 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu()
128 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
159 struct afs_volume *volume) in afs_break_volume_callback()
189 struct afs_volume *volume, in afs_break_one_callback()
218 struct afs_volume *volume; in afs_break_some_callbacks()
H A Dvl_alias.c17 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()
70 static int afs_compare_volume_slists(const struct afs_volume *vol_a, in afs_compare_volume_slists()
71 const struct afs_volume *vol_b) in afs_compare_volume_slists()
141 struct afs_volume *volume, *pvol = NULL; in afs_query_for_alias_one()
148 struct afs_volume, cell_node), in afs_query_for_alias_one()
284 struct afs_volume *root_volume; in afs_do_cell_detect_alias()
H A Dvalidation.c122 const struct afs_volume *volume = vnode->volume; in afs_check_validity()
153 static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in __afs_is_server_excluded()
179 static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in afs_is_server_excluded()
197 static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_creation_time()
264 static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_update_time()
303 static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_times()
333 struct afs_volume *volume = op->volume; in afs_update_volume_state()
393 struct afs_volume *volume = vnode->volume; in afs_validate()
H A Dinternal.h61 struct afs_volume *volume; /* volume record */
249 struct afs_volume *volume; /* volume record */
588 struct afs_volume *volume;
612 struct afs_volume { struct
679 struct afs_volume *volume; /* volume on which vnode resides */ argument
859 struct afs_volume *volume; /* Volume being accessed */
1555 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
1639 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1640 extern int afs_activate_volume(struct afs_volume *);
1641 extern void afs_deactivate_volume(struct afs_volume *);
[all …]
H A Dserver_list.c27 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume, in afs_alloc_server_list()
157 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_attach_volume_to_servers()
187 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new, in afs_reattach_volume_to_servers()
235 void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_detach_volume_from_servers()
H A Dsuper.c159 struct afs_volume *volume = as->volume; in afs_show_devname()
358 struct afs_volume *volume; in afs_validate_fc()
H A Dproc.c268 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
H A Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
H A Ddir.c745 struct afs_volume *volume = dvnode->volume; in afs_server_supports_ibulk()
/linux-6.15/include/trace/events/
H A Dafs.h1425 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1548 TRACE_EVENT(afs_volume,