Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dlops.h23 extern const struct gfs2_log_operations gfs2_glock_lops;
24 extern const struct gfs2_log_operations gfs2_buf_lops;
25 extern const struct gfs2_log_operations gfs2_revoke_lops;
26 extern const struct gfs2_log_operations gfs2_databuf_lops;
28 extern const struct gfs2_log_operations *gfs2_log_ops[];
Dincore.h29 struct gfs2_log_operations;
54 struct gfs2_log_operations { struct
149 const struct gfs2_log_operations *bd_ops;
Dlops.c854 const struct gfs2_log_operations gfs2_buf_lops = {
863 const struct gfs2_log_operations gfs2_revoke_lops = {
872 const struct gfs2_log_operations gfs2_databuf_lops = {
880 const struct gfs2_log_operations *gfs2_log_ops[] = {
Dtrans.c127 const struct gfs2_log_operations *lops) in gfs2_alloc_bufdata()