Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c2037 nx->nx_fh.nfh_xh.nxh_fidlen = nx->nx_fh.nfh_len; in nfsrv_export()
2047 nx->nx_fh.nfh_xh.nxh_fidlen = 0; in nfsrv_export()
2395 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL); in nfsrv_fhtovp()
2468 nfhp->nfh_xh.nxh_fidlen = 0; in nfsrv_vptofh()
2487 nfhp->nfh_xh.nxh_fidlen = nfhp->nfh_len; in nfsrv_vptofh()
2509 len1 = sizeof(fh1->nfh_xh) + nxh1->nxh_fidlen; in nfsrv_fhmatch()
2510 len2 = sizeof(fh2->nfh_xh) + nxh2->nxh_fidlen; in nfsrv_fhmatch()
H A Dnfs.h464 uint32_t nxh_fidlen; /* length of File ID */ member
H A Dnfs_syscalls.c396 nfh.nfh_xh.nxh_fidlen = nfh.nfh_len; in getfh()