Searched refs:gfs2_glock_queue_work (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 277 static void gfs2_glock_queue_work(struct gfs2_glock *gl, unsigned long delay) { in gfs2_glock_queue_work() function 335 gfs2_glock_queue_work(gl, 0); in gfs2_glock_put_async() 812 gfs2_glock_queue_work(gl, GL_GLOCK_DFT_HOLD); in do_xmote() 842 gfs2_glock_queue_work(gl, 0); in do_xmote() 889 gfs2_glock_queue_work(gl, 0); in run_queue() 1122 gfs2_glock_queue_work(gl, delay); in glock_work_func() 1614 gfs2_glock_queue_work(gl, 0); in gfs2_glock_nq() 1679 gfs2_glock_queue_work(gl, delay); in __gfs2_glock_dq() 1903 gfs2_glock_queue_work(gl, delay); in gfs2_glock_cb() 1963 gfs2_glock_queue_work(gl, 0); in gfs2_glock_complete() [all …]
|