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()
300 ASSERT(!list_empty(&vnode->granted_locks)); in afs_do_setlk()
307 list_empty(&vnode->granted_locks)) { in afs_do_setlk()
326 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()
381 if (list_empty(&vnode->granted_locks) && in afs_do_setlk()
406 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()
432 if (list_empty(&vnode->granted_locks)) in afs_do_setlk()
465 if (list_empty(&vnode->granted_locks)) in afs_do_unlk()