Searched defs:nfs_fs_context (Results 1 – 1 of 1) sorted by relevance
89 struct nfs_fs_context { struct90 bool internal;91 bool skip_reconfig_option_check;92 bool need_mount;93 bool sloppy;94 unsigned int flags; /* NFS{,4}_MOUNT_* flags */95 unsigned int rsize, wsize;96 unsigned int timeo, retrans;97 unsigned int acregmin, acregmax;98 unsigned int acdirmin, acdirmax;[all …]