Home
last modified time | relevance | path

Searched refs:afs_cell (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/fs/afs/
Dcell.c28 static struct afs_cell *afs_cell_root;
34 static struct afs_cell *afs_cell_alloc(const char *name, unsigned namelen, in afs_cell_alloc()
37 struct afs_cell *cell; in afs_cell_alloc()
54 cell = kzalloc(sizeof(struct afs_cell) + namelen + 1, GFP_KERNEL); in afs_cell_alloc()
150 struct afs_cell *afs_cell_create(const char *name, unsigned namesz, in afs_cell_create()
153 struct afs_cell *cell; in afs_cell_create()
228 struct afs_cell *old_root, *new_root; in afs_cell_init()
268 struct afs_cell *afs_cell_lookup(const char *name, unsigned namesz, in afs_cell_lookup()
271 struct afs_cell *cell; in afs_cell_lookup()
326 struct afs_cell *afs_get_cell_maybe(struct afs_cell *cell)
[all …]
Dproc.c230 struct afs_cell *cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show()
295 struct afs_cell *cell; in afs_proc_cells_write()
388 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
430 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
447 struct afs_cell *cell; in afs_proc_cell_volumes_open()
479 struct afs_cell *cell = m->private; in afs_proc_cell_volumes_start()
494 struct afs_cell *cell = p->private; in afs_proc_cell_volumes_next()
505 struct afs_cell *cell = p->private; in afs_proc_cell_volumes_stop()
525 struct afs_cell *cell = m->private; in afs_proc_cell_volumes_show()
553 struct afs_cell *cell; in afs_proc_cell_vlservers_open()
[all …]
Dinternal.h49 struct afs_cell *cell; /* cell in which to find volume */
193 struct afs_cell { struct
254 struct afs_cell *cell; /* cell to which volume belongs */
276 struct afs_cell *cell; /* cell in which server resides */
306 struct afs_cell *cell; /* cell to which belongs (unrefd ptr) */
474 extern struct afs_cell *afs_cell_create(const char *, unsigned, char *, bool);
475 extern struct afs_cell *afs_cell_lookup(const char *, unsigned, bool);
476 extern struct afs_cell *afs_grab_cell(struct afs_cell *);
477 extern void afs_put_cell(struct afs_cell *);
604 extern int afs_proc_cell_setup(struct afs_cell *);
[all …]
Dvlocation.c41 struct afs_cell *cell = vl->cell; in afs_vlocation_access_vl_by_name()
99 struct afs_cell *cell = vl->cell; in afs_vlocation_access_vl_by_id()
170 static struct afs_vlocation *afs_vlocation_alloc(struct afs_cell *cell, in afs_vlocation_alloc()
373 struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *cell, in afs_vlocation_lookup()
Dserver.c69 static struct afs_server *afs_alloc_server(struct afs_cell *cell, in afs_alloc_server()
104 struct afs_server *afs_lookup_server(struct afs_cell *cell, in afs_lookup_server()
Dcache.c87 const struct afs_cell *cell = cookie_netfs_data; in afs_cell_cache_get_key()
106 const struct afs_cell *cell = cookie_netfs_data; in afs_cell_cache_get_aux()
Dsuper.c138 struct afs_cell *cell; in afs_parse_options()
201 struct afs_cell *cell; in afs_parse_device_name()
Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()