Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dglock.c484 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in do_xmote()
557 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in run_queue()
592 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func()
621 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in glock_work_func()
701 INIT_DELAYED_WORK(&gl->gl_work, glock_work_func); in gfs2_glock_get()
976 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_glock_nq()
1045 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in gfs2_glock_dq()
1223 if (queue_delayed_work(glock_workqueue, &gl->gl_work, delay) == 0) in gfs2_glock_cb()
1285 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_glock_complete()
1344 if (queue_delayed_work(glock_workqueue, &gl->gl_work, 0) == 0) in gfs2_dispose_glock_lru()
[all …]
Dincore.h360 struct delayed_work gl_work; member
Dsuper.c1615 flush_delayed_work(&ip->i_gl->gl_work); in gfs2_evict_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1677 struct ldlm_glimpse_work *gl_work; in ldlm_work_gl_ast_lock() local
1684 gl_work = list_entry(arg->list->next, struct ldlm_glimpse_work, in ldlm_work_gl_ast_lock()
1686 list_del_init(&gl_work->gl_list); in ldlm_work_gl_ast_lock()
1688 lock = gl_work->gl_lock; in ldlm_work_gl_ast_lock()
1691 arg->gl_desc = gl_work->gl_desc; in ldlm_work_gl_ast_lock()
1699 if ((gl_work->gl_flags & LDLM_GL_WORK_NOFREE) == 0) in ldlm_work_gl_ast_lock()
1700 kfree(gl_work); in ldlm_work_gl_ast_lock()