Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_subs.c980 if (*nxop && ((*nxop)->nxo_flags & NX_READONLY)) { in nfsrv_namei()
1392 nx->nx_defopt.nxo_flags = nxna.nxna_flags; in nfsrv_hang_addrlist()
1400 no->no_opt.nxo_flags = nxna.nxna_flags; in nfsrv_hang_addrlist()
1451 (rn_no->no_opt.nxo_flags == nxna.nxna_flags) && in nfsrv_hang_addrlist()
2379 if (nxo && (nxo->nxo_flags & NX_OFFLINE)) { in nfsrv_fhtovp()
2418 if ((nxo->nxo_flags & NX_MAPALL) || in nfsrv_credcheck()
2419 ((nxo->nxo_flags & NX_MAPROOT) && !suser(nd->nd_cr, NULL))) { in nfsrv_credcheck()
H A Dnfs_serv.c572 if ((error == EACCES) && (nxo->nxo_flags & NX_READONLY)) { in nfsrv_setattr()
4288 if (nxo->nxo_flags & NX_MANGLEDNAMES || nd->nd_vers == NFS_VER2) { in nfsrv_readdir()
4292 if ((nd->nd_vers == NFS_VER2) || (nxo->nxo_flags & NX_32BITCLIENTS)) { in nfsrv_readdir()
4543 if (nxo->nxo_flags & NX_32BITCLIENTS) { in nfsrv_readdirplus()
4547 if (nxo->nxo_flags & NX_MANGLEDNAMES) { in nfsrv_readdirplus()
5242 if (nxo->nxo_flags & NX_READONLY) { in nfsrv_authorize()
H A Dnfs.h611 uint32_t nxo_flags; /* export options */ member