/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License version 2. */#ifndef __GLOPS_DOT_H__#define __GLOPS_DOT_H__#include "incore.h"externconststructgfs2_glock_operationsgfs2_meta_glops;externconststructgfs2_glock_operationsgfs2_inode_glops;externconststructgfs2_glock_operationsgfs2_rgrp_glops;externconststructgfs2_glock_operationsgfs2_trans_glops;externconststructgfs2_glock_operationsgfs2_iopen_glops;externconststructgfs2_glock_operationsgfs2_flock_glops;externconststructgfs2_glock_operationsgfs2_nondisk_glops;externconststructgfs2_glock_operationsgfs2_quota_glops;externconststructgfs2_glock_operationsgfs2_journal_glops;externconststructgfs2_glock_operations*gfs2_glops_list[];externvoidgfs2_ail_flush(structgfs2_glock*gl,boolfsync);#endif /* __GLOPS_DOT_H__ */