Home
last modified time | relevance | path

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

/Linux-v6.1/fs/afs/
Dvolume.c18 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()
50 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
67 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params, in afs_alloc_volume()
72 struct afs_volume *volume; in afs_alloc_volume()
79 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
117 static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params, in afs_lookup_volume()
121 struct afs_volume *candidate, *volume; in afs_lookup_volume()
[all …]
Dcallback.c108 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()
124 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
147 static void afs_break_one_callback(struct afs_volume *volume, in afs_break_one_callback()
186 struct afs_volume *volume; in afs_break_some_callbacks()
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()
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()
328 struct afs_volume *root_volume; in afs_do_cell_detect_alias()
Dinternal.h59 struct afs_volume *volume; /* volume record */
228 struct afs_volume *volume; /* volume record */
361 struct afs_volume *root_volume; /* The root.cell volume if there is one */
568 struct afs_volume { struct
622 struct afs_volume *volume; /* volume on which vnode resides */ argument
788 struct afs_volume *volume; /* Volume being accessed */
1132 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1516 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1517 extern int afs_activate_volume(struct afs_volume *);
1518 extern void afs_deactivate_volume(struct afs_volume *);
[all …]
Dsuper.c159 struct afs_volume *volume = as->volume; in afs_show_devname()
359 struct afs_volume *volume; in afs_validate_fc()
Dproc.c211 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
Drotate.c73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
Ddir.c753 struct afs_volume *volume = dvnode->volume; in afs_server_supports_ibulk()
/Linux-v6.1/include/trace/events/
Dafs.h1363 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1462 TRACE_EVENT(afs_volume,