Searched refs:granted_locks (Results 1 – 3 of 3) sorted by relevance
98 list_move_tail(&p->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()336 ASSERT(!list_empty(&vnode->granted_locks)); in afs_lock_work()408 if (list_empty(&vnode->granted_locks) && in afs_defer_unlock()524 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()531 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()601 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()887 if (list_empty(&vnode->granted_locks)) in afs_fl_release_private()
658 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
674 struct list_head granted_locks; /* locks granted on this file */ member