Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dincore.h248 void (*go_callback)(struct gfs2_glock *gl, bool remote); member
Dglops.c614 .go_callback = iopen_go_callback,
Dglock.c980 if (gl->gl_ops->go_callback) in handle_callback()
981 gl->gl_ops->go_callback(gl, remote); in handle_callback()