Searched defs:nfsdevice (Results 1 – 1 of 1) sorted by relevance
346 struct nfsdevice { struct348 vnode_t nfsdev_dvp;349 struct nfsmount *nfsdev_nmp;350 char nfsdev_deviceid[NFSX_V4DEVICEID];351 uint16_t nfsdev_hostnamelen;352 uint16_t nfsdev_fileaddrlen;353 uint16_t nfsdev_flexaddrlen;354 uint16_t nfsdev_mdsisset;355 char *nfsdev_fileaddr;356 char *nfsdev_flexaddr;[all …]