Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dlock_dlm.c75 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
78 gfs2_glock_cb(gl, LM_ST_DEFERRED); in gdlm_bast()
81 gfs2_glock_cb(gl, LM_ST_SHARED); in gdlm_bast()
Dglock.h226 extern void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state);
Dsys.c244 gfs2_glock_cb(gl, glmode); in demote_rq_store()
Dglock.c1266 void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state) in gfs2_glock_cb() function