Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dglock.h235 extern void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state);
Dlock_dlm.c171 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
174 gfs2_glock_cb(gl, LM_ST_DEFERRED); in gdlm_bast()
177 gfs2_glock_cb(gl, LM_ST_SHARED); in gdlm_bast()
Dsys.c269 gfs2_glock_cb(gl, glmode); in demote_rq_store()
Dglock.c1333 void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state) in gfs2_glock_cb() function