blob: ff9877a68780da4560ba0758d535d3efc108eeb4 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2018 Red Hat, Inc. All rights reserved.
4 */
5
6#ifndef __AOPS_DOT_H__
7#define __AOPS_DOT_H__
8
9#include "incore.h"
10
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000011extern void adjust_fs_space(struct inode *inode);
12extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page,
13 unsigned int from, unsigned int len);
14
15#endif /* __AOPS_DOT_H__ */