Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_subs.c1994 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_export()
2217 fsid = ntohl(nxh->nxh_fsid); in nfsrv_fhtoexport()
2451 nfhp->nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_vptofh()
H A Dnfs.h460 uint32_t nxh_fsid; /* File System Export ID */ member
H A Dnfs_syscalls.c385 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id); in getfh()