Searched defs:nfs_fs_context (Results 1 – 1 of 1) sorted by relevance
79 struct nfs_fs_context { struct80 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;[all …]