Home
last modified time | relevance | path

Searched refs:NXHF_INVALIDFH (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c1988 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
1992 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) { in nfsrv_export()
2046 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
2332 if (v & NXHF_INVALIDFH) { in nfsrv_fhtovp()
2469 nfhp->nfh_xh.nxh_flags = htons(NXHF_INVALIDFH); in nfsrv_vptofh()
H A Dnfs.h468 #define NXHF_INVALIDFH 0x0001 /* file handle is invalid */ macro