Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/nfs/
H A Dnfs_serv.c303 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_access()
433 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_getattr()
541 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_setattr()
817 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_readlink()
952 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_read()
1364 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_write()
1675 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_writegather()
3412 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_link()
4263 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_readdir()
4513 error = nfsrv_credcheck(nd, ctx, nx, nxo); in nfsrv_readdirplus()
[all …]
H A Dnfs.h1106 int nfsrv_credcheck(struct nfsrv_descript *, vfs_context_t, struct nfs_export *,
H A Dnfs_subs.c1005 error = nfsrv_credcheck(nd, ctx, *nxp, *nxop); in nfsrv_namei()
2446 nfsrv_credcheck( in nfsrv_credcheck() function