Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/gfs2/
Dincore.h226 void (*go_callback)(struct gfs2_glock *gl, bool remote); member
Dglops.c596 .go_callback = iopen_go_callback,
Dglock.c844 if (gl->gl_ops->go_callback) in handle_callback()
845 gl->gl_ops->go_callback(gl, remote); in handle_callback()