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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2082 if (*nxop && ((*nxop)->nxo_flags & NX_READONLY))
2455 nx->nx_defopt.nxo_flags = nxna.nxna_flags;
2471 no->no_opt.nxo_flags = nxna.nxna_flags;
2516 (rn_no->no_opt.nxo_flags == nxna.nxna_flags) &&
3253 if (nxo && (nxo->nxo_flags & NX_OFFLINE))
3295 if ((nxo->nxo_flags & NX_MAPALL) ||
3296 ((nxo->nxo_flags & NX_MAPROOT) && !suser(nd->nd_cr, NULL))) {
H A Dnfs_serv.c3945 if (nxo->nxo_flags & NX_MANGLEDNAMES || nd->nd_vers == NFS_VER2)
3948 if ((nd->nd_vers == NFS_VER2) || (nxo->nxo_flags & NX_32BITCLIENTS))
4168 if (nxo->nxo_flags & NX_32BITCLIENTS)
4171 if (nxo->nxo_flags & NX_MANGLEDNAMES)
4825 if (nxo->nxo_flags & NX_READONLY) {
H A Dnfs.h539 uint32_t nxo_flags; /* export options */ member in struct:nfs_export_options

Completed in 23 milliseconds