| /src/sys/fs/nfs/common/ |
| nfs_diskless.c | 180 int cnt, fhlen, is_nfsv3; local 276 fhlen = decode_nfshandle("boot.nfsroot.nfshandle", 278 if (fhlen == 0) { 282 if (fhlen != nd3->root_fhsize) { 283 printf("nfs_diskless: bad NFS handle len=%d\n", fhlen);
|
| /src/sys/fs/puffs/ |
| puffs_vfsops.c | 623 size_t argsize, fhlen; local 630 fhlen = fhp->fid_len; 633 fhlen = PUFFS_FROMFHSIZE(fhp->fid_len); 637 if (pmp->pmp_args.pa_fhsize < fhlen) 640 if (pmp->pmp_args.pa_fhsize != fhlen) 645 argsize = sizeof(struct puffs_vfsmsg_fhtonode) + fhlen; 647 fhtonode_msg->pvfsr_dsize = fhlen; 648 memcpy(fhtonode_msg->pvfsr_data, fhdata, fhlen); 674 size_t argsize, fhlen; local 689 fhlen = *fh_size [all...] |
| /src/sys/nfs/ |
| nfs_boot.c | 687 u_int32_t fhlen; member in struct:rdata::__anon7481::__anon7482 737 argp->fhsize = fxdr_unsigned(u_int32_t, rdata->fh.v3fh.fhlen);
|
| nfs_vnops.c | 2905 int error = 0, ofhlen, fhlen; local 2920 nfsm_getfh(nfhp, fhlen, v3); 2928 ofhp, ofhlen, nfhp, fhlen); 2934 if (np->n_fhsize > NFS_SMALLFH && fhlen <= NFS_SMALLFH) { 2939 else if (np->n_fhsize <= NFS_SMALLFH && fhlen > NFS_SMALLFH) 2940 np->n_fhp = kmem_alloc(fhlen, KM_SLEEP); 2942 memcpy(np->n_fhp, nfhp, fhlen); 2943 np->n_fhsize = fhlen; 2945 ofhp, ofhlen, np->n_fhp, fhlen); 2947 } else if (NFS_CMPFH(dnp, nfhp, fhlen)) { [all...] |
| /src/sys/fs/nfs/nlm/ |
| nlm_advlock.c | 81 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim); 85 int svid, size_t fhlen, void *fh, off_t size); 89 int svid, size_t fhlen, void *fh, off_t size); 94 rpcvers_t vers, size_t fhlen, void *fh, off_t size, 203 size_t fhlen; local 233 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); 310 svid, fhlen, &fh.fh_bytes, size, reclaim); 315 svid, fhlen, &fh.fh_bytes, size); 327 flags, svid, fhlen, &fh.fh_bytes, 333 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes [all...] |