Searched refs:lf_getblock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c126 lf_getblock(struct lockf *, struct lockf_entry *);
1030 * due to the call to lf_getblock in lf_setlock below.
1399 if (lf_getblock(state, lock)) {
1583 if ((block = lf_getblock(state, lock))) {
1656 lf_getblock(struct lockf *state, struct lockf_entry *lock) function

Completed in 124 milliseconds