Searched refs:nx_fh (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2979 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH;
2982 if ((nx->nx_fh.nfh_xh.nxh_version != htonl(NFS_FH_VERSION)) ||
2983 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) {
2985 nx->nx_fh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
2986 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id);
2987 nx->nx_fh.nfh_xh.nxh_expid = htonl(nx->nx_id);
2988 nx->nx_fh.nfh_xh.nxh_flags = 0;
2989 nx->nx_fh.nfh_xh.nxh_reserved = 0;
2990 nx->nx_fh.nfh_fhp = (u_char*)&nx->nx_fh
[all...]
H A Dnfs.h628 struct nfs_filehandle nx_fh; /* export root file handle */ member in struct:nfs_export

Completed in 72 milliseconds