Lines Matching refs:afs_volume
21 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell,
22 struct afs_volume *volume)
24 struct afs_volume *p;
32 p = rb_entry(parent, struct afs_volume, cell_node);
58 static void afs_remove_volume_from_cell(struct afs_volume *volume)
76 static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params,
81 struct afs_volume *volume;
84 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL);
133 static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params,
137 struct afs_volume *candidate, *volume;
198 struct afs_volume *afs_create_volume(struct afs_fs_context *params)
201 struct afs_volume *volume;
239 struct afs_volume *volume = container_of(work, struct afs_volume, destructor);
262 bool afs_try_get_volume(struct afs_volume *volume, enum afs_volume_trace reason)
276 struct afs_volume *afs_get_volume(struct afs_volume *volume,
292 void afs_put_volume(struct afs_volume *volume, enum afs_volume_trace reason)
310 int afs_activate_volume(struct afs_volume *volume)
339 void afs_deactivate_volume(struct afs_volume *volume)
355 static int afs_update_volume_status(struct afs_volume *volume, struct key *key)
424 int afs_check_volume_status(struct afs_volume *volume, struct afs_operation *op)