Searched refs:gl_work (Results 1 – 3 of 3) sorted by relevance
/fs/gfs2/ |
D | glock.c | 552 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in do_xmote() 625 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in run_queue() 660 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func() 689 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in glock_work_func() 768 INIT_DELAYED_WORK(&gl->gl_work, glock_work_func); in gfs2_glock_get() 1033 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_glock_nq() 1101 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in gfs2_glock_dq() 1279 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in gfs2_glock_cb() 1341 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_glock_complete() 1400 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_dispose_glock_lru() [all …]
|
D | incore.h | 356 struct delayed_work gl_work; member
|
D | super.c | 1577 flush_delayed_work(&ip->i_gl->gl_work); in gfs2_evict_inode()
|