Searched refs:granted_locks (Results 1 – 4 of 4) sorted by relevance
56 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()63 &vnode->granted_locks); in afs_grant_locks()222 ASSERT(!list_empty(&vnode->granted_locks)); in afs_lock_work()392 if (vnode->granted_locks.next == &fl->fl_u.afs.link && in afs_dequeue_lock()393 vnode->granted_locks.prev == &fl->fl_u.afs.link) { in afs_dequeue_lock()399 if (!list_empty(&vnode->granted_locks) || in afs_dequeue_lock()459 ASSERT(!list_empty(&vnode->granted_locks)); in afs_do_setlk()495 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()513 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()572 if (list_empty(&vnode->granted_locks)) in afs_do_setlk()
228 if (list_empty(&vnode->granted_locks) && in afs_break_callback()
614 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
533 struct list_head granted_locks; /* locks granted on this file */ member