Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h193 struct rangelock v_rl; /* Byte-range lock */ member
209 #define v_type v_rl.resv1 /* u vnode type */
210 #define v_state v_rl.resv2 /* u vnode state */
853 rangelock_unlock(&(vp)->v_rl, (cookie))
855 rangelock_rlock(&(vp)->v_rl, (start), (end))
857 rangelock_tryrlock(&(vp)->v_rl, (start), (end))
859 rangelock_wlock(&(vp)->v_rl, (start), (end))
861 rangelock_trywlock(&(vp)->v_rl, (start), (end))
/freebsd/sys/kern/
H A Dvfs_subr.c689 rangelock_init(&vp->v_rl); in vnode_init()
720 rangelock_destroy(&vp->v_rl); in vnode_fini()
H A Dvfs_syscalls.c5255 rangelock_may_recurse(&invp->v_rl); in kern_copy_file_range()