Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_subs.c2036 nx->nx_fh.nfh_xh.nxh_fidlen = nx->nx_fh.nfh_len; in nfsrv_export()
2046 nx->nx_fh.nfh_xh.nxh_fidlen = 0; in nfsrv_export()
2394 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL); in nfsrv_fhtovp()
2467 nfhp->nfh_xh.nxh_fidlen = 0; in nfsrv_vptofh()
2486 nfhp->nfh_xh.nxh_fidlen = nfhp->nfh_len; in nfsrv_vptofh()
2508 len1 = sizeof(fh1->nfh_xh) + nxh1->nxh_fidlen; in nfsrv_fhmatch()
2509 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.c394 nfh.nfh_xh.nxh_fidlen = nfh.nfh_len; in getfh()