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