Searched refs:lf_purgelocks (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_lockf.c649 * locked. lf_purgelocks() requires that no new threads add
778 lf_purgelocks(struct vnode *vp, struct lockf **statep) function
792 ("lf_purgelocks: vp %p has not vgone yet", vp));
1486 * lf_purgelocks which we report to the caller as
1487 * EINTR. In that case, lf_purgelocks will have
H A Dvfs_default.c455 lf_purgelocks(vp, &vp->v_lockf);
/freebsd-11-stable/sys/sys/
H A Dlockf.h90 #define F_INTR 0x8000 /* lock was interrupted by lf_purgelocks */
127 void lf_purgelocks(struct vnode *vp, struct lockf **statep);

Completed in 275 milliseconds