Lines Matching refs:lockcount
109 static int lockcount; variable
351 if ((lockcount = getlkcnt()) > 0) { in readlocks()
354 bufsiz = lockcount * sizeof (struct devlks); in readlocks()
366 } else if (lockcount < 0) noerror = FALSE; in readlocks()
370 locklist = (lockcount > 0) ? alloc : NULL; in readlocks()
469 if (write(lkfilefd, &lockcount, sizeof (int)) == sizeof (int)) { in writelks()
553 nlocks = lockcount; in compresslks()
557 for (i = 0; i < lockcount; i++) { in compresslks()
666 while (*pp && (lkndx < lockcount)) { in putlocks()
690 lksintbl = lockcount; in putlocks()
691 for (qq = pp; *qq; qq++) lockcount++; in putlocks()
701 lockcount = compresslks(); in putlocks()
702 noerr = writelks(lockcount); in putlocks()
753 for (i = 0; !locked && (i < lockcount); i++) { in islocked()
833 for (i = 0; !locked && (i < lockcount); i++) { in unreserv()
1057 lockcount = compresslks(); in devfree()
1058 if (!writelks(lockcount)) noerr = FALSE; in devfree()
1117 bufsiz = (lockcount+1) * sizeof (struct reservdev *); in reservdev()
1123 for (i = 0; noerr && (i < lockcount); i++) { in reservdev()