Searched refs:nxh_fidlen (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c3031 nx->nx_fh.nfh_xh.nxh_fidlen = nx->nx_fh.nfh_len;
3040 nx->nx_fh.nfh_xh.nxh_fidlen = 0;
3273 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL);
3342 nfhp->nfh_xh.nxh_fidlen = 0;
3358 nfhp->nfh_xh.nxh_fidlen = nfhp->nfh_len;
3379 len1 = sizeof(fh1->nfh_xh) + nxh1->nxh_fidlen;
3380 len2 = sizeof(fh2->nfh_xh) + nxh2->nxh_fidlen;
H A Dnfs.h390 uint8_t nxh_fidlen; /* length of File ID */ member in struct:nfs_exphandle
H A Dnfs_syscalls.c486 nfh.nfh_xh.nxh_fidlen = nfh.nfh_len;

Completed in 86 milliseconds