Home
last modified time | relevance | path

Searched refs:granted_locks (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/afs/
Dflock.c98 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()
Dsuper.c658 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
Dinternal.h674 struct list_head granted_locks; /* locks granted on this file */ member