Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/filesystems/
Dgfs2-glocks.txt60 go_unlock | Called on the final local unlock of a lock
75 There is a plan to try and remove the go_lock and go_unlock callbacks
90 go_unlock | Yes | No
/linux-3.4.99/fs/gfs2/
Dincore.h201 void (*go_unlock) (struct gfs2_holder *gh); member
Dglops.c557 .go_unlock = gfs2_rgrp_go_unlock,
Dglock.c1112 if (glops->go_unlock) { in gfs2_glock_dq()
1115 glops->go_unlock(gh); in gfs2_glock_dq()