Searched refs:lastPos (Results 1 – 1 of 1) sorted by relevance
1913 off_t lastPos; in _decrementLockCount() local1958 lastPos = lseek(a_fd, 0L, SEEK_END); /* get size of lock file */ in _decrementLockCount()1959 if (lastPos == (off_t)-1) { in _decrementLockCount()1968 lastRecord = (lastPos/pls)-1; /* convert size to record # */ in _decrementLockCount()1971 lastPos, lastRecord, pll->lockRecordNum); in _decrementLockCount()1981 lastRecord, lastPos-pls); in _decrementLockCount()1985 res = ftruncate(a_fd, lastPos-pls); in _decrementLockCount()2004 pll->lockRecordNum, lastRecord, lastPos-pls); in _decrementLockCount()2021 res = ftruncate(a_fd, lastPos-pls); in _decrementLockCount()