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