Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dglock.h259 extern void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state);
Dlock_dlm.c176 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
179 gfs2_glock_cb(gl, LM_ST_DEFERRED); in gdlm_bast()
182 gfs2_glock_cb(gl, LM_ST_SHARED); in gdlm_bast()
Dsys.c342 gfs2_glock_cb(gl, glmode); in demote_rq_store()
Drgrp.c730 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gfs2_clear_rgrpd()
Dglock.c1846 void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state) in gfs2_glock_cb() function