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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dlockf.h90 off_t lf_start; /* Byte # of the start of the lock */ member in struct:lockf
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c263 lock->lf_start = start;
337 ((*lf)->lf_end + 1) == lock->lf_start) {
341 lock->lf_start = (*lf)->lf_start;
349 (lock->lf_end + 1) == (*lf)->lf_start) {
618 if (overlap->lf_start == lock->lf_start) {
621 overlap->lf_start = lock->lf_end + 1;
677 overlap->lf_end = lock->lf_start - 1;
691 overlap->lf_start
[all...]

Completed in 22 milliseconds