Lines Matching defs:nfs_fs_context
89 struct nfs_fs_context { struct
90 bool internal;
91 bool skip_reconfig_option_check;
92 bool need_mount;
93 bool sloppy;
94 unsigned int flags; /* NFS{,4}_MOUNT_* flags */
95 unsigned int rsize, wsize;
96 unsigned int timeo, retrans;
97 unsigned int acregmin, acregmax;
98 unsigned int acdirmin, acdirmax;
99 unsigned int namlen;
100 unsigned int options;
101 unsigned int bsize;
102 struct nfs_auth_info auth_info;
103 rpc_authflavor_t selected_flavor;
104 char *client_address;
105 unsigned int version;
106 unsigned int minorversion;
107 char *fscache_uniq;
108 unsigned short protofamily;
109 unsigned short mountfamily;
110 bool has_sec_mnt_opts;
112 struct {
122 } mount_server;
124 struct {
137 } nfs_server;
139 struct nfs_fh *mntfh;
140 struct nfs_server *server;
141 struct nfs_subversion *nfs_mod;
144 struct nfs_clone_mount {
149 } clone_data;