blob: 2dd192e8561825920ac24d9b4931e9f3fcc71104 [file] [log] [blame]
Thomas Gleixner7336d0e2019-05-31 01:09:56 -07001/* SPDX-License-Identifier: GPL-2.0-only */
David Teiglandb3b94fa2006-01-16 16:50:04 +00002/*
3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
Steven Whitehouse3a8a9a12006-05-18 15:09:15 -04004 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
David Teiglandb3b94fa2006-01-16 16:50:04 +00005 */
6
7#ifndef __GLOPS_DOT_H__
8#define __GLOPS_DOT_H__
9
Steven Whitehousef2f7ba52006-09-05 10:39:21 -040010#include "incore.h"
11
Benjamin Marzinski2e60d762014-11-13 20:42:04 -060012extern struct workqueue_struct *gfs2_freeze_wq;
13
Steven Whitehouse8fb4b532006-08-30 09:30:00 -040014extern const struct gfs2_glock_operations gfs2_meta_glops;
15extern const struct gfs2_glock_operations gfs2_inode_glops;
16extern const struct gfs2_glock_operations gfs2_rgrp_glops;
Benjamin Marzinski24972552014-05-01 22:26:55 -050017extern const struct gfs2_glock_operations gfs2_freeze_glops;
Steven Whitehouse8fb4b532006-08-30 09:30:00 -040018extern const struct gfs2_glock_operations gfs2_iopen_glops;
19extern const struct gfs2_glock_operations gfs2_flock_glops;
20extern const struct gfs2_glock_operations gfs2_nondisk_glops;
21extern const struct gfs2_glock_operations gfs2_quota_glops;
22extern const struct gfs2_glock_operations gfs2_journal_glops;
Steven Whitehouse64d576b2009-02-12 13:31:58 +000023extern const struct gfs2_glock_operations *gfs2_glops_list[];
David Teiglandb3b94fa2006-01-16 16:50:04 +000024
Steven Whitehouseb5b24d72011-09-07 10:33:25 +010025extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
Steven Whitehousedba898b2011-04-14 09:54:02 +010026
David Teiglandb3b94fa2006-01-16 16:50:04 +000027#endif /* __GLOPS_DOT_H__ */