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