Searched defs:afs_fs_context (Results 1 – 1 of 1) sorted by relevance
49 struct afs_fs_context { struct50 bool force; /* T to force cell type */51 bool autocell; /* T if set auto mount operation */52 bool dyn_root; /* T if dynamic root */53 bool no_cell; /* T if the source is "none" (for dynroot) */54 enum afs_flock_mode flock_mode; /* Partial file-locking emulation mode */55 afs_voltype_t type; /* type of volume requested */56 unsigned int volnamesz; /* size of volume name */57 const char *volname; /* name of volume to mount */58 struct afs_net *net; /* the AFS net namespace stuff */[all …]