/* SPDX-License-Identifier: GPL-2.0 *//* * Copyright (C) 2018 Red Hat, Inc. All rights reserved. */#ifndef __AOPS_DOT_H__#define __AOPS_DOT_H__#include"incore.h"externvoidadjust_fs_space(structinode*inode);externvoidgfs2_trans_add_databufs(structgfs2_inode*ip,structfolio*folio,size_tfrom,size_tlen);#endif /* __AOPS_DOT_H__ */