Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h187 struct rangelock v_rl; /* Byte-range lock */ member
837 rangelock_unlock(&(vp)->v_rl, (cookie))
839 rangelock_rlock(&(vp)->v_rl, (start), (end))
841 rangelock_tryrlock(&(vp)->v_rl, (start), (end))
843 rangelock_wlock(&(vp)->v_rl, (start), (end))
845 rangelock_trywlock(&(vp)->v_rl, (start), (end))
/freebsd/sys/kern/
H A Dvfs_subr.c690 rangelock_init(&vp->v_rl); in vnode_init()
721 rangelock_destroy(&vp->v_rl); in vnode_fini()
H A Dvfs_syscalls.c5025 rangelock_may_recurse(&invp->v_rl); in kern_copy_file_range()