Searched refs:granted_locks (Results 1 – 3 of 3) sorted by relevance
99 list_move_tail(&p->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()325 ASSERT(!list_empty(&vnode->granted_locks)); in afs_lock_work()396 if (list_empty(&vnode->granted_locks) && in afs_defer_unlock()512 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()519 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()589 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()872 if (list_empty(&vnode->granted_locks)) in afs_fl_release_private()
672 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
713 struct list_head granted_locks; /* locks granted on this file */ member