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