Home
last modified time | relevance | path

Searched refs:gl_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/gfs2/
Dglock.c128 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock_dealloc()
170 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok()
184 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru()
202 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru()
351 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote()
458 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote()
547 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote()
838 gl->gl_ops = glops; in gfs2_glock_get()
1074 if (gl->gl_ops->go_callback) in handle_callback()
1075 gl->gl_ops->go_callback(gl, remote); in handle_callback()
[all …]
Dglock.h174 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
Dincore.h365 const struct gfs2_glock_operations *gl_ops; member
Dglops.c534 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in freeze_go_xmote_bh()
Dsuper.c173 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in gfs2_make_fs_rw()