Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c3524 nx->nx_fh.nfh_xh.nxh_fidlen = nx->nx_fh.nfh_len; in nfsrv_export()
3534 nx->nx_fh.nfh_xh.nxh_fidlen = 0; in nfsrv_export()
3882 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL); in nfsrv_fhtovp()
3955 nfhp->nfh_xh.nxh_fidlen = 0; in nfsrv_vptofh()
3974 nfhp->nfh_xh.nxh_fidlen = nfhp->nfh_len; in nfsrv_vptofh()
3996 len1 = sizeof(fh1->nfh_xh) + nxh1->nxh_fidlen; in nfsrv_fhmatch()
3997 len2 = sizeof(fh2->nfh_xh) + nxh2->nxh_fidlen; in nfsrv_fhmatch()
H A Dnfs.h459 uint32_t nxh_fidlen; /* length of File ID */ member
H A Dnfs_syscalls.c644 nfh.nfh_xh.nxh_fidlen = nfh.nfh_len; in getfh()