Searched refs:vnode_authattr_new (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h632 int vnode_authattr_new(vnode_t /*dvp*/, struct vnode_attr *, int /*noauth*/, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c1934 error = vnode_authattr_new(dvp, vap, 0, ctx);
1942 error = vnode_authattr_new(dvp, vap, 0, ctx);
2237 error = vnode_authattr_new(dvp, vap, 0, ctx);
2245 error = vnode_authattr_new(dvp, vap, 0, ctx);
3389 error = vnode_authattr_new(dvp, vap, 0, ctx);
3397 error = vnode_authattr_new(dvp, vap, 0, ctx);
3610 error = vnode_authattr_new(dvp, vap, 0, ctx);
3618 error = vnode_authattr_new(dvp, vap, 0, ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4537 if ((error = vnode_authattr_new(dvp, vap, flags & VN_CREATE_NOAUTH, ctx)) != 0) {
5760 vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx) function
H A Dvfs_syscalls.c2808 error = vnode_authattr_new(dvp, &va, 0, ctx);

Completed in 50 milliseconds