Home
last modified time | relevance | path

Searched refs:debug_vn_unlock (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dvnode.h502 void debug_vn_unlock (struct vnode *vp,
504 #define vn_unlock(vp) debug_vn_unlock(vp, __FILE__, __LINE__)
/dragonfly/sys/kern/
H A Dvfs_vnops.c1106 debug_vn_unlock(struct vnode *vp, const char *filename, int line) in debug_vn_unlock() function