Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/afs/
H A Dvolume.c20 struct afs_volume *volume) in afs_insert_volume_into_cell()
22 struct afs_volume *p; in afs_insert_volume_into_cell()
30 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
51 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
73 struct afs_volume *volume; in afs_alloc_volume()
80 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
122 struct afs_volume *candidate, *volume; in afs_lookup_volume()
184 struct afs_volume *volume; in afs_create_volume()
242 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
271 void afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
[all …]
H A Dcallback.c68 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
71 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu()
84 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
107 static void afs_break_one_callback(struct afs_volume *volume, in afs_break_one_callback()
146 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()
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()
H A Dinternal.h60 struct afs_volume *volume; /* volume record */
230 struct afs_volume *volume; /* volume record */
363 struct afs_volume *root_volume; /* The root.cell volume if there is one */
568 struct afs_volume { struct
623 struct afs_volume *volume; /* volume on which vnode resides */ argument
780 struct afs_volume *volume; /* Volume being accessed */
1496 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1497 extern void afs_activate_volume(struct afs_volume *);
1498 extern void afs_deactivate_volume(struct afs_volume *);
1499 extern struct afs_volume *afs_get_volume(struct afs_volume *, enum afs_volume_trace);
[all …]
H A Dproc.c211 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
H A Dsuper.c158 struct afs_volume *volume = as->volume; in afs_show_devname()
358 struct afs_volume *volume; in afs_validate_fc()
H A Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
H A Drotate.c73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/afs/
H A Dvolume.c20 struct afs_volume *volume) in afs_insert_volume_into_cell()
22 struct afs_volume *p; in afs_insert_volume_into_cell()
30 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
51 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
73 struct afs_volume *volume; in afs_alloc_volume()
80 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
122 struct afs_volume *candidate, *volume; in afs_lookup_volume()
184 struct afs_volume *volume; in afs_create_volume()
242 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
271 void afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
[all …]
H A Dcallback.c68 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
71 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu()
84 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
107 static void afs_break_one_callback(struct afs_volume *volume, in afs_break_one_callback()
146 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()
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()
H A Dinternal.h60 struct afs_volume *volume; /* volume record */
230 struct afs_volume *volume; /* volume record */
363 struct afs_volume *root_volume; /* The root.cell volume if there is one */
568 struct afs_volume { struct
623 struct afs_volume *volume; /* volume on which vnode resides */ argument
780 struct afs_volume *volume; /* Volume being accessed */
1496 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1497 extern void afs_activate_volume(struct afs_volume *);
1498 extern void afs_deactivate_volume(struct afs_volume *);
1499 extern struct afs_volume *afs_get_volume(struct afs_volume *, enum afs_volume_trace);
[all …]
H A Dsuper.c158 struct afs_volume *volume = as->volume; in afs_show_devname()
358 struct afs_volume *volume; in afs_validate_fc()
H A Dproc.c211 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 Drotate.c73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/afs/
H A Dvolume.c20 struct afs_volume *volume) in afs_insert_volume_into_cell()
22 struct afs_volume *p; in afs_insert_volume_into_cell()
30 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
51 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell()
73 struct afs_volume *volume; in afs_alloc_volume()
80 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume()
122 struct afs_volume *candidate, *volume; in afs_lookup_volume()
184 struct afs_volume *volume; in afs_create_volume()
242 struct afs_volume *afs_get_volume(struct afs_volume *volume, in afs_get_volume()
271 void afs_activate_volume(struct afs_volume *volume) in afs_activate_volume()
[all …]
H A Dcallback.c68 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
71 struct afs_volume *volume = NULL; in afs_lookup_volume_rcu()
84 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
107 static void afs_break_one_callback(struct afs_volume *volume, in afs_break_one_callback()
146 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()
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()
H A Dinternal.h60 struct afs_volume *volume; /* volume record */
230 struct afs_volume *volume; /* volume record */
363 struct afs_volume *root_volume; /* The root.cell volume if there is one */
568 struct afs_volume { struct
623 struct afs_volume *volume; /* volume on which vnode resides */ argument
780 struct afs_volume *volume; /* Volume being accessed */
1496 extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
1497 extern void afs_activate_volume(struct afs_volume *);
1498 extern void afs_deactivate_volume(struct afs_volume *);
1499 extern struct afs_volume *afs_get_volume(struct afs_volume *, enum afs_volume_trace);
[all …]
H A Dproc.c211 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
H A Dsuper.c158 struct afs_volume *volume = as->volume; in afs_show_devname()
358 struct afs_volume *volume; in afs_validate_fc()
H A Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation()
H A Drotate.c73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy()
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dafs.h1301 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1400 TRACE_EVENT(afs_volume,

12