Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/nfs/
H A Dnfs_subs.c1987 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
1991 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) { in nfsrv_export()
2045 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH; in nfsrv_export()
2331 if (v & NXHF_INVALIDFH) { in nfsrv_fhtovp()
2468 nfhp->nfh_xh.nxh_flags = htons(NXHF_INVALIDFH); in nfsrv_vptofh()
H A Dnfs.h464 #define NXHF_INVALIDFH 0x0001 /* file handle is invalid */ macro