afs_volume
static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell,
struct afs_volume *volume = NULL;
volume = rb_entry(p, struct afs_volume, cell_node);
struct afs_volume *volume)
struct afs_volume *volume,
struct afs_volume *volume;
static void afs_volume_init_callback(struct afs_volume *volume)
struct afs_volume *volume = dvnode->volume;
struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume)
extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist);
void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist,
void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist);
extern struct afs_volume *afs_create_volume(struct afs_fs_context *);
extern int afs_activate_volume(struct afs_volume *);
extern void afs_deactivate_volume(struct afs_volume *);
bool afs_try_get_volume(struct afs_volume *volume, enum afs_volume_trace reason);
extern struct afs_volume *afs_get_volume(struct afs_volume *, enum afs_volume_trace);
void afs_put_volume(struct afs_volume *volume, enum afs_volume_trace reason);
extern int afs_check_volume_status(struct afs_volume *, struct afs_operation *);
struct afs_volume *volume; /* volume record */
struct afs_volume *root_volume; /* The root.cell volume if there is one */
struct afs_volume *volume;
struct afs_volume *volume; /* volume record */
struct afs_volume *volume; /* volume on which vnode resides */
struct afs_volume *volume; /* Volume being accessed */
struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link);
void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist)
void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new,
void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist)
struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
struct afs_volume *volume = as->volume;
struct afs_volume *volume;
const struct afs_volume *volume = vnode->volume;
static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume)
static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume)
static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume)
static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume)
static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume)
struct afs_volume *volume = op->volume;
struct afs_volume *volume = vnode->volume;
struct afs_volume *volume, *pvol = NULL;
struct afs_volume, cell_node),
static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key,
struct afs_volume *volume;
struct afs_volume *root_volume;
static int afs_compare_volume_slists(const struct afs_volume *vol_a,
const struct afs_volume *vol_b)
static struct afs_volume *afs_lookup_volume(struct afs_fs_context *params,
struct afs_volume *candidate, *volume;
struct afs_volume *afs_create_volume(struct afs_fs_context *params)
struct afs_volume *volume;
static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell,
struct afs_volume *volume)
struct afs_volume *volume = container_of(work, struct afs_volume, destructor);
struct afs_volume *p;
bool afs_try_get_volume(struct afs_volume *volume, enum afs_volume_trace reason)
struct afs_volume *afs_get_volume(struct afs_volume *volume,
void afs_put_volume(struct afs_volume *volume, enum afs_volume_trace reason)
int afs_activate_volume(struct afs_volume *volume)
p = rb_entry(parent, struct afs_volume, cell_node);
void afs_deactivate_volume(struct afs_volume *volume)
static int afs_update_volume_status(struct afs_volume *volume, struct key *key)
int afs_check_volume_status(struct afs_volume *volume, struct afs_operation *op)
static void afs_remove_volume_from_cell(struct afs_volume *volume)
static struct afs_volume *afs_alloc_volume(struct afs_fs_context *params,
struct afs_volume *volume;
volume = kzalloc_obj(struct afs_volume);
TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
TRACE_EVENT(afs_volume,