xref: /linux/fs/gfs2/aops.h (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
1 /* 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 
11 void adjust_fs_space(struct inode *inode);
12 int gfs2_jdata_writeback(struct address_space *mapping, struct writeback_control *wbc);
13 
14 #endif /* __AOPS_DOT_H__ */
15