Home
last modified time | relevance | path

Searched refs:VOP_ADVLOCK (Results 1 – 5 of 5) sorted by relevance

/f-stack/lib/include/sys/
H A Dvnode.h52 #define VOP_ADVLOCK(a, b, c, d, e) (0) macro
/f-stack/freebsd/kern/
H A Dkern_descrip.c643 error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_SETLK, in kern_fcntl()
656 error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_SETLK, in kern_fcntl()
660 error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_UNLCK, in kern_fcntl()
668 error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, in kern_fcntl()
707 (void) VOP_ADVLOCK(vp, (caddr_t)p->p_leader, in kern_fcntl()
743 error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_GETLK, flp, in kern_fcntl()
2475 (void) VOP_ADVLOCK(vp, in fdclearlocks()
2798 (void) VOP_ADVLOCK(vp, (caddr_t)td->td_proc->p_leader, in closef()
2822 (void) VOP_ADVLOCK(vp, in closef()
3565 error = VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK); in sys_flock()
[all …]
H A Dvfs_vnops.c353 error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, &lf, type); in vn_open_vnode_advlock()
1770 (void) VOP_ADVLOCK(vp, fp, F_UNLCK, &lf, F_FLOCK); in vn_closefile()
H A Dkern_sig.c3796 locked = (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &lf, F_FLOCK) == 0); in coredump()
3817 VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_FLOCK); in coredump()
H A Dkern_lockf.c2004 VOP_ADVLOCK(vp, 0, F_UNLCK, fl, F_REMOTE); in lf_clearremotesys_iterator()