Searched refs:nfh_xh (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c443 nfh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
444 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id);
445 nfh.nfh_xh.nxh_expid = htonl(nx->nx_id);
446 nfh.nfh_xh.nxh_flags = 0;
447 nfh.nfh_xh.nxh_reserved = 0;
452 nfh.nfh_xh.nxh_fidlen = nfh.nfh_len;
453 nfh.nfh_len += sizeof(nfh.nfh_xh);
454 nfh.nfh_fhp = (u_char*)&nfh.nfh_xh;
516 nfh.nfh_fhp = (u_char*)&nfh.nfh_xh;
H A Dnfs_subs.c2467 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH;
2470 if ((nx->nx_fh.nfh_xh.nxh_version != htonl(NFS_FH_VERSION)) ||
2471 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) {
2473 nx->nx_fh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
2474 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id);
2475 nx->nx_fh.nfh_xh.nxh_expid = htonl(nx->nx_id);
2476 nx->nx_fh.nfh_xh.nxh_flags = 0;
2477 nx->nx_fh.nfh_xh.nxh_reserved = 0;
2478 nx->nx_fh.nfh_fhp = (u_char*)&nx->nx_fh.nfh_xh;
2512 nx->nx_fh.nfh_xh
[all...]
H A Dnfs.h394 struct nfs_exphandle nfh_xh; /* export handle */ member in struct:nfs_filehandle

Completed in 84 milliseconds