f2fs.h (b01548919c33767bc457390fa3c41aedc273bfff) | f2fs.h (13ec7297e5331f2754d7629a068c619c41f20e56) |
---|---|
1/* 2 * fs/f2fs/f2fs.h 3 * 4 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 5 * http://www.samsung.com/ 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 1673 unchanged lines hidden (view full) --- 1682int need_dentry_mark(struct f2fs_sb_info *, nid_t); 1683bool is_checkpointed_node(struct f2fs_sb_info *, nid_t); 1684bool need_inode_block_update(struct f2fs_sb_info *, nid_t); 1685void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *); 1686int get_dnode_of_data(struct dnode_of_data *, pgoff_t, int); 1687int truncate_inode_blocks(struct inode *, pgoff_t); 1688int truncate_xattr_node(struct inode *, struct page *); 1689int wait_on_node_pages_writeback(struct f2fs_sb_info *, nid_t); | 1/* 2 * fs/f2fs/f2fs.h 3 * 4 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 5 * http://www.samsung.com/ 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 1673 unchanged lines hidden (view full) --- 1682int need_dentry_mark(struct f2fs_sb_info *, nid_t); 1683bool is_checkpointed_node(struct f2fs_sb_info *, nid_t); 1684bool need_inode_block_update(struct f2fs_sb_info *, nid_t); 1685void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *); 1686int get_dnode_of_data(struct dnode_of_data *, pgoff_t, int); 1687int truncate_inode_blocks(struct inode *, pgoff_t); 1688int truncate_xattr_node(struct inode *, struct page *); 1689int wait_on_node_pages_writeback(struct f2fs_sb_info *, nid_t); |
1690void remove_inode_page(struct inode *); | 1690int remove_inode_page(struct inode *); |
1691struct page *new_inode_page(struct inode *); 1692struct page *new_node_page(struct dnode_of_data *, unsigned int, struct page *); 1693void ra_node_page(struct f2fs_sb_info *, nid_t); 1694struct page *get_node_page(struct f2fs_sb_info *, pgoff_t); 1695struct page *get_node_page_ra(struct page *, int); 1696void sync_inode_page(struct dnode_of_data *); 1697int sync_node_pages(struct f2fs_sb_info *, nid_t, struct writeback_control *); 1698bool alloc_nid(struct f2fs_sb_info *, nid_t *); --- 456 unchanged lines hidden --- | 1691struct page *new_inode_page(struct inode *); 1692struct page *new_node_page(struct dnode_of_data *, unsigned int, struct page *); 1693void ra_node_page(struct f2fs_sb_info *, nid_t); 1694struct page *get_node_page(struct f2fs_sb_info *, pgoff_t); 1695struct page *get_node_page_ra(struct page *, int); 1696void sync_inode_page(struct dnode_of_data *); 1697int sync_node_pages(struct f2fs_sb_info *, nid_t, struct writeback_control *); 1698bool alloc_nid(struct f2fs_sb_info *, nid_t *); --- 456 unchanged lines hidden --- |