Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_lockf.c306 lock->lf_next = (struct lockf *)0; in lf_advlock()
414 tlock->lf_next = to; in lf_move_blocked()
443 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()
458 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()
472 lock->lf_next = (*lf)->lf_next; in lf_coalesce_adjacent()
473 lf = &lock->lf_next; in lf_coalesce_adjacent()
482 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()
647 const struct lockf *nextblock = waitblock->lf_next; in lf_setlock()
715 lock->lf_next = block; in lf_setlock()
772 if (lock->lf_next) { in lf_setlock()
[all …]
/xnu-8020.101.4/bsd/sys/
H A Dlockf.h98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ member