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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h371 #define NFS_FH_VERSION 0x4e580000 /* 'NX00' */ macro
H A Dnfs_subs.c2470 if ((nx->nx_fh.nfh_xh.nxh_version != htonl(NFS_FH_VERSION)) ||
2473 nx->nx_fh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
2681 if (v != NFS_FH_VERSION) {
2797 nfhp->nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
H A Dnfs_syscalls.c443 nfh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);

Completed in 93 milliseconds