Searched defs:afs_fs_context (Results 1 – 1 of 1) sorted by relevance
50 struct afs_fs_context { struct51 bool force; /* T to force cell type */52 bool autocell; /* T if set auto mount operation */53 bool dyn_root; /* T if dynamic root */56 afs_voltype_t type; /* type of volume requested */57 unsigned int volnamesz; /* size of volume name */58 const char *volname; /* name of volume to mount */59 struct afs_net *net; /* the AFS net namespace stuff */60 struct afs_cell *cell; /* cell in which to find volume */61 struct afs_volume *volume; /* volume record */[all …]