Home
last modified time | relevance | path

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

/Linux-v6.1/fs/gfs2/
Dlock_dlm.c134 gfs2_glock_free(gl); in gdlm_ast()
300 gfs2_glock_free(gl); in gdlm_put_lock()
311 gfs2_glock_free(gl); in gdlm_put_lock()
318 gfs2_glock_free(gl); in gdlm_put_lock()
Dglock.h281 extern void gfs2_glock_free(struct gfs2_glock *gl);
Dops_fstype.c992 .lm_put_lock = gfs2_glock_free,
Dglock.c170 void gfs2_glock_free(struct gfs2_glock *gl) in gfs2_glock_free() function