Searched defs:nfs_parsed_mount_data (Results 1 – 1 of 1) sorted by relevance
81 struct nfs_parsed_mount_data { struct82 int flags;83 unsigned int rsize, wsize;84 unsigned int timeo, retrans;85 unsigned int acregmin, acregmax,86 acdirmin, acdirmax;87 unsigned int namlen;88 unsigned int options;89 unsigned int bsize;90 struct nfs_auth_info auth_info;[all …]