Searched refs:rl_wcookie (Results 1 – 1 of 1) sorted by relevance
4791 void *rl_rcookie, *rl_wcookie; in kern_copy_file_range() local4795 rl_rcookie = rl_wcookie = NULL; in kern_copy_file_range()4870 rl_wcookie = vn_rangelock_wlock(outvp, *outoffp, *outoffp + in kern_copy_file_range()4876 vn_rangelock_unlock(outvp, rl_wcookie); in kern_copy_file_range()4887 if (rl_wcookie != NULL) in kern_copy_file_range()4888 vn_rangelock_unlock(outvp, rl_wcookie); in kern_copy_file_range()