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 */54 bool no_cell; /* T if the source is "none" (for dynroot) */55 enum afs_flock_mode flock_mode; /* Partial file-locking emulation mode */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 */[all …]