Searched refs:lockmgr_slock (Results 1 – 3 of 3) sorted by relevance
74 int lockmgr_slock(struct lock *lk, u_int flags, const char *file, int line);
517 return (lockmgr_slock(&vp->v_lock, flags, ap->a_file, ap->a_line)); in vop_lock()
1233 lockmgr_slock(struct lock *lk, u_int flags, const char *file, int line) in lockmgr_slock() function