Searched defs:nfs_args (Results 1 – 2 of 2) sorted by relevance
161 struct nfs_args struct163 uint8_t addrlen; /* Length of address */164 uint8_t sotype; /* Socket type */165 uint8_t flags; /* Flags, determines if following are valid: */166 uint8_t timeo; /* Time value in deciseconds (with NFSMNT_TIMEO) */167 uint8_t retrans; /* Times to retry send (with NFSMNT_RETRANS) */168 uint16_t wsize; /* Write size in bytes (with NFSMNT_WSIZE) */169 uint16_t rsize; /* Read size in bytes (with NFSMNT_RSIZE) */170 uint16_t readdirsize; /* readdir size in bytes (with NFSMNT_READDIRSIZE) */171 char *path; /* Server's path of the directory being mount */[all …]
711 struct nfs_args nfs_args = {0}; in nfs_mount() local