Searched refs:afs_volume (Results 1 – 11 of 11) sorted by relevance
/linux/fs/afs/ |
H A D | volume.c | 20 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell() 21 struct afs_volume *volume) in afs_insert_volume_into_cell() 23 struct afs_volume *p; in afs_insert_volume_into_cell() 31 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell() 57 static void afs_remove_volume_from_cell(struct afs_volume *volume) in afs_remove_volume_from_cell() 75 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params, in afs_alloc_volume() 80 struct afs_volume *volume; in afs_alloc_volume() 83 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_alloc_volume() 131 static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params, in afs_lookup_volume() 135 struct afs_volume *candidate, *volume; in afs_lookup_volume() [all …]
|
H A D | callback.c | 36 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 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() 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() 283 struct afs_volume *root_volume; in afs_do_cell_detect_alias()
|
H A D | validation.c | 122 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 D | internal.h | 61 struct afs_volume *volume; /* volume record */ 249 struct afs_volume *volume; /* volume record */ 383 struct afs_volume *root_volume; /* The root.cell volume if there is one */ 595 struct afs_volume *volume; 619 struct afs_volume { struct 685 struct afs_volume *volume; /* volume on which vnode resides */ argument 866 struct afs_volume *volume; /* Volume being accessed */ 1183 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *); 1553 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume, 1557 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() 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 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 | 267 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 | dir.c | 745 struct afs_volume *volume = dvnode->volume; in afs_server_supports_ibulk()
|
/linux/include/trace/events/ |
H A D | afs.h | 1416 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume), 1539 TRACE_EVENT(afs_volume,
|