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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2140 if (*nxop && ((*nxop)->nxo_flags & NX_READONLY))
2507 nx->nx_defopt.nxo_flags = nxna.nxna_flags;
2523 no->no_opt.nxo_flags = nxna.nxna_flags;
2569 (rn_no->no_opt.nxo_flags == nxna.nxna_flags) &&
3306 if (nxo && (nxo->nxo_flags & NX_OFFLINE))
3348 if ((nxo->nxo_flags & NX_MAPALL) ||
3349 ((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.h542 uint32_t nxo_flags; /* export options */ member in struct:nfs_export_options

Completed in 33 milliseconds