Searched refs:lf_next (Results 1 – 2 of 2) sorted by relevance
306 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 …]
98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ member