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