Lines Matching defs:nfs_fs_context
79 struct nfs_fs_context { struct
80 bool internal;
81 bool skip_reconfig_option_check;
82 bool need_mount;
83 bool sloppy;
84 unsigned int flags; /* NFS{,4}_MOUNT_* flags */
85 unsigned int rsize, wsize;
86 unsigned int timeo, retrans;
87 unsigned int acregmin, acregmax;
88 unsigned int acdirmin, acdirmax;
89 unsigned int namlen;
90 unsigned int options;
91 unsigned int bsize;
92 struct nfs_auth_info auth_info;
93 rpc_authflavor_t selected_flavor;
94 char *client_address;
95 unsigned int version;
96 unsigned int minorversion;
97 char *fscache_uniq;
98 unsigned short protofamily;
99 unsigned short mountfamily;
100 bool has_sec_mnt_opts;
102 struct {
112 } mount_server;
114 struct {
127 } nfs_server;
129 struct nfs_fh *mntfh;
130 struct nfs_server *server;
131 struct nfs_subversion *nfs_mod;
134 struct nfs_clone_mount {
139 } clone_data;