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