Lines Matching defs:next
113 struct file_lock *p, *_p, *next = NULL;
131 /* Select the next locker to hand off to. */
132 if (next &&
133 (next->fl_type == F_WRLCK || p->fl_type == F_RDLCK))
135 next = p;
141 if (next) {
143 next->fl_u.afs.state = AFS_LOCK_YOUR_TRY;
144 trace_afs_flock_op(vnode, next, afs_flock_op_wake);
145 wake_up(&next->fl_wait);
165 p = list_entry(vnode->pending_locks.next,
591 ASSERTCMP(vnode->pending_locks.next, ==, &fl->fl_u.afs.link);