Home
last modified time | relevance | path

Searched refs:lockdisableshare (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dlockmgr.h87 void lockdisableshare(struct lock *lk);
H A Dvnode.h476 #define VN_LOCK_DSHARE(vp) lockdisableshare((vp)->v_vnlock)
/freebsd/sys/kern/
H A Dkern_lock.c475 lockdisableshare(struct lock *lk) in lockdisableshare() function