f2fs.h (111d2495a8a8fbd8e3bb0f1c1c60f977b1386249) f2fs.h (6ead114232f786e3ef7a034c8617f2a4df8e5226)
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

--- 1013 unchanged lines hidden (view full) ---

1022int f2fs_gc(struct f2fs_sb_info *);
1023void build_gc_manager(struct f2fs_sb_info *);
1024int __init create_gc_caches(void);
1025void destroy_gc_caches(void);
1026
1027/*
1028 * recovery.c
1029 */
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

--- 1013 unchanged lines hidden (view full) ---

1022int f2fs_gc(struct f2fs_sb_info *);
1023void build_gc_manager(struct f2fs_sb_info *);
1024int __init create_gc_caches(void);
1025void destroy_gc_caches(void);
1026
1027/*
1028 * recovery.c
1029 */
1030void recover_fsync_data(struct f2fs_sb_info *);
1030int recover_fsync_data(struct f2fs_sb_info *);
1031bool space_for_roll_forward(struct f2fs_sb_info *);
1032
1033/*
1034 * debug.c
1035 */
1036#ifdef CONFIG_F2FS_STAT_FS
1037struct f2fs_stat_info {
1038 struct list_head stat_list;

--- 82 unchanged lines hidden ---
1031bool space_for_roll_forward(struct f2fs_sb_info *);
1032
1033/*
1034 * debug.c
1035 */
1036#ifdef CONFIG_F2FS_STAT_FS
1037struct f2fs_stat_info {
1038 struct list_head stat_list;

--- 82 unchanged lines hidden ---