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

/linux-master/fs/afs/
H A Dflock.c99 list_move_tail(&p->fl_u.afs.link, &vnode->granted_locks);
325 ASSERT(!list_empty(&vnode->granted_locks));
396 if (list_empty(&vnode->granted_locks) &&
512 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks);
519 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks);
589 ASSERT(list_empty(&vnode->granted_locks));
872 if (list_empty(&vnode->granted_locks))
H A Dsuper.c672 INIT_LIST_HEAD(&vnode->granted_locks);
H A Dinternal.h724 struct list_head granted_locks; /* locks granted on this file */ member in struct:afs_vnode

Completed in 246 milliseconds