Searched defs:afs_mount_params (Results 1 – 1 of 1) sorted by relevance
38 struct afs_mount_params { struct39 bool rwpath; /* T if the parent should be considered R/W */40 bool force; /* T to force cell type */41 bool autocell; /* T if set auto mount operation */42 bool dyn_root; /* T if dynamic root */43 afs_voltype_t type; /* type of volume requested */44 int volnamesz; /* size of volume name */45 const char *volname; /* name of volume to mount */46 struct net *net_ns; /* Network namespace in effect */47 struct afs_net *net; /* the AFS net namespace stuff */[all …]