Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/
Dgfs2-glocks.txt64 go_callback | Called if the DLM sends a callback to drop this lock
94 go_callback | Sometimes (N/A) | Yes
/linux-4.1.27/fs/gfs2/
Dincore.h223 void (*go_callback)(struct gfs2_glock *gl, bool remote); member
Dglops.c586 .go_callback = iopen_go_callback,
Dglock.c892 if (gl->gl_ops->go_callback) in handle_callback()
893 gl->gl_ops->go_callback(gl, remote); in handle_callback()