Searched defs:nfs_parsed_mount_data (Results 1 – 1 of 1) sorted by relevance
91 struct nfs_parsed_mount_data { struct92 int flags;93 unsigned int rsize, wsize;94 unsigned int timeo, retrans;95 unsigned int acregmin, acregmax,96 acdirmin, acdirmax;97 unsigned int namlen;98 unsigned int options;99 unsigned int bsize;100 struct nfs_auth_info auth_info;[all …]