Searched refs:lf_next (Results 1 – 2 of 2) sorted by relevance
307 lock->lf_next = (struct lockf *)0; in lf_advlock()426 tlock->lf_next = to; in lf_move_blocked()455 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()470 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()484 lock->lf_next = (*lf)->lf_next; in lf_coalesce_adjacent()485 lf = &lock->lf_next; in lf_coalesce_adjacent()494 lf = &(*lf)->lf_next; in lf_coalesce_adjacent()659 const struct lockf *nextblock = waitblock->lf_next; in lf_setlock()727 lock->lf_next = block; in lf_setlock()784 if (lock->lf_next) { in lf_setlock()[all …]
98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ member