Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dglock.c545 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in do_xmote()
618 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in run_queue()
653 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func()
682 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in glock_work_func()
761 INIT_DELAYED_WORK(&gl->gl_work, glock_work_func); in gfs2_glock_get()
1024 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_glock_nq()
1092 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in gfs2_glock_dq()
1270 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in gfs2_glock_cb()
1332 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_glock_complete()
1391 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_dispose_glock_lru()
[all …]
Dincore.h359 struct delayed_work gl_work; member
Dsuper.c1615 flush_delayed_work(&ip->i_gl->gl_work); in gfs2_evict_inode()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1771 struct ldlm_glimpse_work *gl_work; in ldlm_work_gl_ast_lock() local
1778 gl_work = list_entry(arg->list->next, struct ldlm_glimpse_work, in ldlm_work_gl_ast_lock()
1780 list_del_init(&gl_work->gl_list); in ldlm_work_gl_ast_lock()
1782 lock = gl_work->gl_lock; in ldlm_work_gl_ast_lock()
1785 arg->gl_desc = gl_work->gl_desc; in ldlm_work_gl_ast_lock()
1793 if ((gl_work->gl_flags & LDLM_GL_WORK_NOFREE) == 0) in ldlm_work_gl_ast_lock()
1794 OBD_FREE_PTR(gl_work); in ldlm_work_gl_ast_lock()