HomeSort by: relevance | last modified time | path
    Searched defs:lf_getblock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_lockf.c 481 lf_getblock(struct lockf *lock) function in typeref:struct:lockf *
521 while ((block = lf_getblock(lock)) != NULL) {
773 if ((block = lf_getblock(lock)) != NULL) {
vfs_lockf.c 481 lf_getblock(struct lockf *lock) function in typeref:struct:lockf *
521 while ((block = lf_getblock(lock)) != NULL) {
773 if ((block = lf_getblock(lock)) != NULL) {

Completed in 76 milliseconds