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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dcell.c28 static struct afs_cell *afs_cell_root;
34 static struct afs_cell *afs_cell_alloc(const char *name, unsigned namelen,
37 struct afs_cell *cell;
54 cell = kzalloc(sizeof(struct afs_cell) + namelen + 1, GFP_KERNEL);
150 struct afs_cell *afs_cell_create(const char *name, unsigned namesz,
153 struct afs_cell *cell;
228 struct afs_cell *old_root, *new_root;
268 struct afs_cell *afs_cell_lookup(const char *name, unsigned namesz,
271 struct afs_cell *cell;
326 void afs_put_cell(struct afs_cell *cel
[all...]
H A Dproc.c230 struct afs_cell *cell = list_entry(v, struct afs_cell, proc_link);
295 struct afs_cell *cell;
388 int afs_proc_cell_setup(struct afs_cell *cell)
430 void afs_proc_cell_remove(struct afs_cell *cell)
447 struct afs_cell *cell;
479 struct afs_cell *cell = m->private;
494 struct afs_cell *cell = p->private;
505 struct afs_cell *cell = p->private;
525 struct afs_cell *cel
[all...]
H A 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 *);
[all...]
H A Dserver.c69 static struct afs_server *afs_alloc_server(struct afs_cell *cell,
104 struct afs_server *afs_lookup_server(struct afs_cell *cell,
H A Dvlocation.c41 struct afs_cell *cell = vl->cell;
99 struct afs_cell *cell = vl->cell;
170 static struct afs_vlocation *afs_vlocation_alloc(struct afs_cell *cell,
373 struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *cell,
H A Dcache.c87 const struct afs_cell *cell = cookie_netfs_data;
106 const struct afs_cell *cell = cookie_netfs_data;
H A Dsuper.c141 struct afs_cell *cell;
204 struct afs_cell *cell;
H A Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell)

Completed in 111 milliseconds