1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2018 Red Hat, Inc. All rights reserved.
11 void adjust_fs_space(struct inode
*inode
);
12 void gfs2_trans_add_databufs(struct gfs2_inode
*ip
, struct folio
*folio
,
13 size_t from
, size_t len
);
15 #endif /* __AOPS_DOT_H__ */