Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/filesystems/
Dgfs2-glocks.txt55 go_xmote_bh | Called after remote state change (e.g. to refill cache)
86 go_xmote_bh | Yes | No
/linux-2.6.39/fs/gfs2/
Dglops.c429 .go_xmote_bh = trans_go_xmote_bh,
Dincore.h158 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh); member
Dglock.c491 if (glops->go_xmote_bh) { in finish_xmote()
493 rv = glops->go_xmote_bh(gl, gh); in finish_xmote()