Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/nfs/
H A Dnfs_subs.c2022 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
2026 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) { in nfsrv_export()
2080 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
2366 if (v & NXHF_INVALIDFH) { in nfsrv_fhtovp()
2503 nfhp->nfh_xh.nxh_flags = htons(NXHF_INVALIDFH); in nfsrv_vptofh()
H A Dnfs.h464 #define NXHF_INVALIDFH 0x0001 /* file handle is invalid */ macro