Searched refs:nxh_flags (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2979 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH;
2983 (nx->nx_fh.nfh_xh.nxh_flags & NXHF_INVALIDFH)) {
2988 nx->nx_fh.nfh_xh.nxh_flags = 0;
3039 nx->nx_fh.nfh_xh.nxh_flags = NXHF_INVALIDFH;
3212 v = ntohs(nxh->nxh_flags);
3330 nfhp->nfh_xh.nxh_flags = 0;
3343 nfhp->nfh_xh.nxh_flags = htons(NXHF_INVALIDFH);
H A Dnfs.h388 uint16_t nxh_flags; /* export handle flags */ member in struct:nfs_exphandle
393 /* nxh_flags */
H A Dnfs_syscalls.c480 nfh.nfh_xh.nxh_flags = 0;

Completed in 35 milliseconds