Lines Matching defs:cell
48 bool force; /* T to force cell type */
57 struct afs_cell *cell; /* cell in which to find volume */
223 struct afs_cell *cell; /* The cell in which the volume resides */
276 * cell, but in practice, people create aliases and subsets and there's
332 * AFS cell record.
340 * Cells only exist in the sense that (a) a cell's name maps to a set of VL
341 * servers and (b) a cell's name is used by the client to select the key to use
342 * for authentication and encryption. The cell name is not typically used in
356 struct afs_cell *alias_of; /* The cell this is an alias of */
357 struct afs_volume *root_volume; /* The root.cell volume if there is one */
358 struct key *anonymous_key; /* anonymous user key for this cell */
360 struct hlist_node proc_link; /* /proc cell list link */
369 #define AFS_CELL_FL_NO_GC 0 /* The cell was added manually, don't auto-gc */
379 /* The volumes belonging to this cell */
457 * This is pointed to by cell->vldb_entries, indexed by name.
492 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
570 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
571 struct rb_node cell_node; /* Link in cell->volumes */
572 struct hlist_node proc_link; /* Link in cell->proc_volumes */
721 struct afs_cell *cell; /* The cell we're querying */
769 struct key *key; /* Key for the cell */
980 * cell.c
1230 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; }
1231 static inline void afs_proc_cell_remove(struct afs_cell *cell) {}