HomeSort by: relevance | last modified time | path
    Searched defs:stripeindex (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 4875 uint8_t stripeindex; local in function:nfsrpc_getdeviceinfo
4933 stripeindex = fxdr_unsigned(uint8_t, *tl++);
4934 NFSCL_DEBUG(4, "stripeind=%d\n", stripeindex);
4935 if (stripeindex >= addrcnt) {
4936 printf("NFS devinfo stripeindex %d: too big\n",
4937 (int)stripeindex);
4941 nfsfldi_setstripeindex(ndi, i, stripeindex);

Completed in 37 milliseconds