Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dflock.c87 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()
94 &vnode->granted_locks); in afs_grant_locks()
139 if (!list_empty(&vnode->granted_locks)) { in afs_lock_work()
144 fl = list_entry(vnode->granted_locks.next, in afs_lock_work()
300 ASSERT(!list_empty(&vnode->granted_locks)); in afs_do_setlk()
307 list_empty(&vnode->granted_locks)) { in afs_do_setlk()
326 ASSERT(list_empty(&vnode->granted_locks)); in afs_do_setlk()
381 if (list_empty(&vnode->granted_locks) && in afs_do_setlk()
406 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_do_setlk()
432 if (list_empty(&vnode->granted_locks)) in afs_do_setlk()
[all …]
Dcallback.c130 if (list_empty(&vnode->granted_locks) && in afs_break_callback()
Dsuper.c461 INIT_LIST_HEAD(&vnode->granted_locks); in afs_i_init_once()
Dinternal.h369 struct list_head granted_locks; /* locks granted on this file */ member