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()326 ASSERT(!list_empty(&vnode->granted_locks)); in afs_lock_work()397 if (list_empty(&vnode->granted_locks) && in afs_defer_unlock()513 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()520 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()590 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()876 if (list_empty(&vnode->granted_locks)) in afs_fl_release_private()
668 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
646 struct list_head granted_locks; /* locks granted on this file */ member