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