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

/linux-master/fs/afs/
H A Dvolume.c20 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell,
21 struct afs_volume *volume)
23 struct afs_volume *p;
31 p = rb_entry(parent, struct afs_volume, cell_node);
57 static void afs_remove_volume_from_cell(struct afs_volume *volume)
75 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params,
80 struct afs_volume *volume;
83 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL);
131 static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params,
135 struct afs_volume *candidat
[all...]
H A Dcallback.c36 static void afs_volume_init_callback(struct afs_volume *volume)
111 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell,
114 struct afs_volume *volume = NULL;
128 volume = rb_entry(p, struct afs_volume, cell_node);
159 struct afs_volume *volume)
189 struct afs_volume *volume,
218 struct afs_volume *volume;
H A Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key,
20 struct afs_volume *volume;
70 static int afs_compare_volume_slists(const struct afs_volume *vol_a,
71 const struct afs_volume *vol_b)
141 struct afs_volume *volume, *pvol = NULL;
148 struct afs_volume, cell_node),
279 struct afs_volume *root_volume;
H A Dvalidation.c122 const struct afs_volume *volume = vnode->volume;
144 static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume)
170 static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume)
188 static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume)
255 static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume)
294 static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume)
324 struct afs_volume *volume = op->volume;
384 struct afs_volume *volume = vnode->volume;
H A Dserver_list.c27 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
157 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist)
187 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new,
235 void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist)
H A Dinternal.h61 struct afs_volume *volume; /* volume record */
263 struct afs_volume *volume; /* volume record */
397 struct afs_volume *root_volume; /* The root.cell volume if there is one */
609 struct afs_volume *volume;
633 struct afs_volume { struct
699 struct afs_volume *volume; /* volume on which vnode resides */
876 struct afs_volume *volume; /* Volume being accessed */
1166 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1507 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
1511 void afs_attach_volume_to_servers(struct afs_volume *volum
[all...]
H A Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume)
H A Dsuper.c159 struct afs_volume *volume = as->volume;
359 struct afs_volume *volume;
H A Dproc.c261 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link);
H A Ddir.c761 struct afs_volume *volume = dvnode->volume;
/linux-master/include/trace/events/
H A Dafs.h1243 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1366 TRACE_EVENT(afs_volume,

Completed in 339 milliseconds