Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c304 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_access()
434 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_getattr()
542 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_setattr()
828 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_readlink()
963 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_read()
1375 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_write()
1686 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_writegather()
3435 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_link()
4302 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_readdir()
4557 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_readdirplus()
[all …]
H A Dnfs.h1260 int nfsrv_credcheck(struct nfsrv_descript *, vfs_context_t, struct nfs_export *,
H A Dnfs_subs.c971 error = nfsrv_credcheck(nd, ctx, *nxp, *nxop); in nfsrv_namei()
2412 nfsrv_credcheck( in nfsrv_credcheck() function