Searched refs:granted_locks (Results 1 – 4 of 4) sorted by relevance
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()[all …]
130 if (list_empty(&vnode->granted_locks) && in afs_break_callback()
461 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
369 struct list_head granted_locks; /* locks granted on this file */ member