Home
last modified time | relevance | path

Searched refs:ubc_setthreadcred (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dubc.h75 int ubc_setthreadcred(struct vnode *, struct proc *, struct thread *);
/xnu-8020.121.3/bsd/kern/
H A Dkern_mman.c743 ubc_setthreadcred(vp, p, current_thread()); in mmap()
H A Dubc_subr.c1361 ubc_setthreadcred(struct vnode *vp, proc_t p, thread_t thread) in ubc_setthreadcred() function
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_vnops.c1378 ubc_setthreadcred(vp, p, current_thread()); in vn_write()