Lines Matching defs:cell

50 	bool			force;		/* T to force cell type */
59 struct afs_cell *cell; /* cell in which to find volume */
228 struct afs_cell *cell; /* The cell in which the volume resides */
281 * cell, but in practice, people create aliases and subsets and there's
337 * AFS cell record.
345 * Cells only exist in the sense that (a) a cell's name maps to a set of VL
346 * servers and (b) a cell's name is used by the client to select the key to use
347 * for authentication and encryption. The cell name is not typically used in
361 struct afs_cell *alias_of; /* The cell this is an alias of */
362 struct afs_volume *root_volume; /* The root.cell volume if there is one */
363 struct key *anonymous_key; /* anonymous user key for this cell */
365 struct hlist_node proc_link; /* /proc cell list link */
371 #define AFS_CELL_FL_NO_GC 0 /* The cell was added manually, don't auto-gc */
381 /* The volumes belonging to this cell */
462 * This is pointed to by cell->vldb_entries, indexed by name.
497 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
577 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
578 struct rb_node cell_node; /* Link in cell->volumes */
579 struct hlist_node proc_link; /* Link in cell->proc_volumes */
589 #define AFS_VOLUME_RM_TREE 7 /* - Set if volume removed from cell->volumes */
660 struct list_head cb_mmap_link; /* Link in cell->fs_open_mmaps */
663 unsigned int cb_fs_s_break; /* Mass server break counter (cell->fs_s_break) */
739 struct afs_cell *cell; /* The cell we're querying */
788 struct key *key; /* Key for the cell */
1001 * cell.c
1256 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; }
1257 static inline void afs_proc_cell_remove(struct afs_cell *cell) {}