Lines Matching defs:nfs_fs_context
93 struct nfs_fs_context { struct
94 bool internal;
95 bool skip_reconfig_option_check;
96 bool need_mount;
97 bool sloppy;
98 unsigned int flags; /* NFS{,4}_MOUNT_* flags */
99 unsigned int rsize, wsize;
100 unsigned int timeo, retrans;
101 unsigned int acregmin, acregmax;
102 unsigned int acdirmin, acdirmax;
103 unsigned int namlen;
104 unsigned int options;
105 unsigned int bsize;
106 struct nfs_auth_info auth_info;
107 rpc_authflavor_t selected_flavor;
108 struct xprtsec_parms xprtsec;
109 char *client_address;
110 unsigned int version;
111 unsigned int minorversion;
112 char *fscache_uniq;
113 unsigned short protofamily;
114 unsigned short mountfamily;
115 bool has_sec_mnt_opts;
116 int lock_status;
118 struct {
128 } mount_server;
130 struct {
143 } nfs_server;
145 struct nfs_fh *mntfh;
146 struct nfs_server *server;
147 struct nfs_subversion *nfs_mod;
150 struct nfs_clone_mount {
155 } clone_data;