Lines Matching refs:granted_locks
87 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()
94 &vnode->granted_locks); in afs_grant_locks()
139 if (!list_empty(&vnode->granted_locks)) { in afs_lock_work()
144 fl = list_entry(vnode->granted_locks.next, in afs_lock_work()
301 ASSERT(!list_empty(&vnode->granted_locks)); in afs_do_setlk()
308 list_empty(&vnode->granted_locks)) { in afs_do_setlk()
327 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()
382 if (list_empty(&vnode->granted_locks) && in afs_do_setlk()
407 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()
433 if (list_empty(&vnode->granted_locks)) in afs_do_setlk()
466 if (list_empty(&vnode->granted_locks)) in afs_do_unlk()