Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c2011 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
2015 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) { in nfsrv_export()
2069 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
2355 if (v & NXHF_INVALIDFH) { in nfsrv_fhtovp()
2492 nfhp->nfh_xh.nxh_flags = htons(NXHF_INVALIDFH); in nfsrv_vptofh()
H A Dnfs.h463 #define NXHF_INVALIDFH 0x0001 /* file handle is invalid */ macro