Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Dflock.c56 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()
63 &vnode->granted_locks); in afs_grant_locks()
222 ASSERT(!list_empty(&vnode->granted_locks)); in afs_lock_work()
392 if (vnode->granted_locks.next == &fl->fl_u.afs.link && in afs_dequeue_lock()
393 vnode->granted_locks.prev == &fl->fl_u.afs.link) { in afs_dequeue_lock()
399 if (!list_empty(&vnode->granted_locks) || in afs_dequeue_lock()
459 ASSERT(!list_empty(&vnode->granted_locks)); in afs_do_setlk()
495 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()
513 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()
572 if (list_empty(&vnode->granted_locks)) in afs_do_setlk()
Dcallback.c228 if (list_empty(&vnode->granted_locks) && in afs_break_callback()
Dsuper.c614 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
Dinternal.h533 struct list_head granted_locks; /* locks granted on this file */ member