Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_subs.c3474 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
3478 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) { in nfsrv_export()
3532 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
3818 if (v & NXHF_INVALIDFH) { in nfsrv_fhtovp()
3955 nfhp->nfh_xh.nxh_flags = htons(NXHF_INVALIDFH); in nfsrv_vptofh()
H A Dnfs.h462 #define NXHF_INVALIDFH 0x0001 /* file handle is invalid */ macro