1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * Copyright (C) 2018 Red Hat, Inc. All right 3 * Copyright (C) 2018 Red Hat, Inc. All rights reserved. 4 */ 4 */ 5 5 6 #ifndef __AOPS_DOT_H__ 6 #ifndef __AOPS_DOT_H__ 7 #define __AOPS_DOT_H__ 7 #define __AOPS_DOT_H__ 8 8 9 #include "incore.h" 9 #include "incore.h" 10 10 11 void adjust_fs_space(struct inode *inode); !! 11 extern int stuffed_readpage(struct gfs2_inode *ip, struct page *page); 12 void gfs2_trans_add_databufs(struct gfs2_inode !! 12 extern int gfs2_stuffed_write_end(struct inode *inode, struct buffer_head *dibh, 13 size_t from, size !! 13 loff_t pos, unsigned copied, >> 14 struct page *page); >> 15 extern void adjust_fs_space(struct inode *inode); >> 16 extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, >> 17 unsigned int from, unsigned int len); 14 18 15 #endif /* __AOPS_DOT_H__ */ 19 #endif /* __AOPS_DOT_H__ */ 16 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.