Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dflock.c72 list_move_tail(&p->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()
261 ASSERT(!list_empty(&vnode->granted_locks)); in afs_lock_work()
317 if (list_empty(&vnode->granted_locks) && in afs_defer_unlock()
406 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()
413 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()
463 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()
703 if (list_empty(&vnode->granted_locks)) in afs_fl_release_private()
Dsuper.c615 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
Dinternal.h533 struct list_head granted_locks; /* locks granted on this file */ member