Lines Matching defs:nfs_fs_context
84 struct nfs_fs_context { struct
85 bool internal;
86 bool skip_reconfig_option_check;
87 bool need_mount;
88 bool sloppy;
89 unsigned int flags; /* NFS{,4}_MOUNT_* flags */
90 unsigned int rsize, wsize;
91 unsigned int timeo, retrans;
92 unsigned int acregmin, acregmax;
93 unsigned int acdirmin, acdirmax;
94 unsigned int namlen;
95 unsigned int options;
96 unsigned int bsize;
97 struct nfs_auth_info auth_info;
98 rpc_authflavor_t selected_flavor;
99 char *client_address;
100 unsigned int version;
101 unsigned int minorversion;
102 char *fscache_uniq;
103 unsigned short protofamily;
104 unsigned short mountfamily;
106 struct {
116 } mount_server;
118 struct {
130 } nfs_server;
132 struct nfs_fh *mntfh;
133 struct nfs_server *server;
134 struct nfs_subversion *nfs_mod;
137 struct nfs_clone_mount {
142 } clone_data;