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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2982 if ((nx->nx_fh.nfh_xh.nxh_version != htonl(NFS_FH_VERSION)) ||
2985 nx->nx_fh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
3204 if (v != NFS_FH_VERSION) {
3327 nfhp->nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
H A Dnfs.h383 #define NFS_FH_VERSION 0x4e580000 /* 'NX00' */ macro
H A Dnfs_syscalls.c477 nfh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);

Completed in 26 milliseconds