Home
last modified time | relevance | path

Searched refs:lf_next (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dkern_lockf.c307 lock->lf_next = (struct lockf *)0; in lf_advlock()
423 tlock->lf_next = to; in lf_move_blocked()
452 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()
467 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()
481 lock->lf_next = (*lf)->lf_next; in lf_coalesce_adjacent()
482 lf = &lock->lf_next; in lf_coalesce_adjacent()
491 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()
656 const struct lockf *nextblock = waitblock->lf_next; in lf_setlock()
724 lock->lf_next = block; in lf_setlock()
781 if (lock->lf_next) { in lf_setlock()
[all …]
/xnu-10002.41.9/bsd/sys/
H A Dlockf.h98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ member