Searched refs:v_rl (Results 1 – 3 of 3) sorted by relevance
187 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))
690 rangelock_init(&vp->v_rl); in vnode_init()721 rangelock_destroy(&vp->v_rl); in vnode_fini()
5025 rangelock_may_recurse(&invp->v_rl); in kern_copy_file_range()