Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dincore.h383 struct delayed_work gl_work; member
Dglock.c222 if (!queue_delayed_work(glock_workqueue, &gl->gl_work, delay)) { in __gfs2_glock_queue_work()
697 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func()
846 INIT_DELAYED_WORK(&gl->gl_work, glock_work_func); in gfs2_glock_get()
Dinode.c147 flush_delayed_work(&ip->i_gl->gl_work); in gfs2_inode_lookup()
709 flush_delayed_work(&ip->i_gl->gl_work); in gfs2_create_inode()