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 {
149 static inline struct nfs_fs_context *nfs_fc2context(const struct fs_context *fc) in nfs_fc2context() argument