Loading fs/f2fs/acl.c +1 −1 Original line number Diff line number Diff line /** /* * fs/f2fs/acl.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading fs/f2fs/acl.h +1 −1 Original line number Diff line number Diff line /** /* * fs/f2fs/acl.h * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading fs/f2fs/checkpoint.c +5 −5 Original line number Diff line number Diff line /** /* * fs/f2fs/checkpoint.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading @@ -24,7 +24,7 @@ static struct kmem_cache *orphan_entry_slab; static struct kmem_cache *inode_entry_slab; /** /* * We guarantee no failure on the returned page. */ struct page *grab_meta_page(struct f2fs_sb_info *sbi, pgoff_t index) Loading @@ -44,7 +44,7 @@ struct page *grab_meta_page(struct f2fs_sb_info *sbi, pgoff_t index) return page; } /** /* * We guarantee no failure on the returned page. */ struct page *get_meta_page(struct f2fs_sb_info *sbi, pgoff_t index) Loading Loading @@ -543,7 +543,7 @@ void sync_dirty_dir_inodes(struct f2fs_sb_info *sbi) goto retry; } /** /* * Freeze all the FS-operations for checkpoint. */ void block_operations(struct f2fs_sb_info *sbi) Loading Loading @@ -727,7 +727,7 @@ static void do_checkpoint(struct f2fs_sb_info *sbi, bool is_umount) F2FS_RESET_SB_DIRT(sbi); } /** /* * We guarantee that this checkpoint procedure should not fail. */ void write_checkpoint(struct f2fs_sb_info *sbi, bool blocked, bool is_umount) Loading fs/f2fs/data.c +6 −6 Original line number Diff line number Diff line /** /* * fs/f2fs/data.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading @@ -21,7 +21,7 @@ #include "node.h" #include "segment.h" /** /* * Lock ordering for the change of data block address: * ->data_page * ->node_page Loading Loading @@ -207,7 +207,7 @@ struct page *find_data_page(struct inode *inode, pgoff_t index) return page; } /** /* * If it tries to access a hole, return an error. * Because, the callers, functions in dir.c and GC, should be able to know * whether this page exists or not. Loading Loading @@ -247,7 +247,7 @@ struct page *get_lock_data_page(struct inode *inode, pgoff_t index) return page; } /** /* * Caller ensures that this data page is never allocated. * A new zero-filled data page is allocated in the page cache. */ Loading Loading @@ -322,7 +322,7 @@ static void read_end_io(struct bio *bio, int err) bio_put(bio); } /** /* * Fill the locked page with data located in the block address. * Read operation is synchronous, and caller must unlock the page. */ Loading Loading @@ -367,7 +367,7 @@ int f2fs_readpage(struct f2fs_sb_info *sbi, struct page *page, return 0; } /** /* * This function should be used by the data read flow only where it * does not check the "create" flag that indicates block allocation. * The reason for this special functionality is to exploit VFS readahead Loading fs/f2fs/debug.c +3 −3 Original line number Diff line number Diff line /** /* * f2fs debugging statistics * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading Loading @@ -78,7 +78,7 @@ static void update_general_status(struct f2fs_sb_info *sbi) } } /** /* * This function calculates BDF of every segments */ static void update_sit_info(struct f2fs_sb_info *sbi) Loading Loading @@ -113,7 +113,7 @@ static void update_sit_info(struct f2fs_sb_info *sbi) si->avg_vblocks = 0; } /** /* * This function calculates memory footprint. */ static void update_mem_info(struct f2fs_sb_info *sbi) Loading Loading
fs/f2fs/acl.c +1 −1 Original line number Diff line number Diff line /** /* * fs/f2fs/acl.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading
fs/f2fs/acl.h +1 −1 Original line number Diff line number Diff line /** /* * fs/f2fs/acl.h * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading
fs/f2fs/checkpoint.c +5 −5 Original line number Diff line number Diff line /** /* * fs/f2fs/checkpoint.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading @@ -24,7 +24,7 @@ static struct kmem_cache *orphan_entry_slab; static struct kmem_cache *inode_entry_slab; /** /* * We guarantee no failure on the returned page. */ struct page *grab_meta_page(struct f2fs_sb_info *sbi, pgoff_t index) Loading @@ -44,7 +44,7 @@ struct page *grab_meta_page(struct f2fs_sb_info *sbi, pgoff_t index) return page; } /** /* * We guarantee no failure on the returned page. */ struct page *get_meta_page(struct f2fs_sb_info *sbi, pgoff_t index) Loading Loading @@ -543,7 +543,7 @@ void sync_dirty_dir_inodes(struct f2fs_sb_info *sbi) goto retry; } /** /* * Freeze all the FS-operations for checkpoint. */ void block_operations(struct f2fs_sb_info *sbi) Loading Loading @@ -727,7 +727,7 @@ static void do_checkpoint(struct f2fs_sb_info *sbi, bool is_umount) F2FS_RESET_SB_DIRT(sbi); } /** /* * We guarantee that this checkpoint procedure should not fail. */ void write_checkpoint(struct f2fs_sb_info *sbi, bool blocked, bool is_umount) Loading
fs/f2fs/data.c +6 −6 Original line number Diff line number Diff line /** /* * fs/f2fs/data.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading @@ -21,7 +21,7 @@ #include "node.h" #include "segment.h" /** /* * Lock ordering for the change of data block address: * ->data_page * ->node_page Loading Loading @@ -207,7 +207,7 @@ struct page *find_data_page(struct inode *inode, pgoff_t index) return page; } /** /* * If it tries to access a hole, return an error. * Because, the callers, functions in dir.c and GC, should be able to know * whether this page exists or not. Loading Loading @@ -247,7 +247,7 @@ struct page *get_lock_data_page(struct inode *inode, pgoff_t index) return page; } /** /* * Caller ensures that this data page is never allocated. * A new zero-filled data page is allocated in the page cache. */ Loading Loading @@ -322,7 +322,7 @@ static void read_end_io(struct bio *bio, int err) bio_put(bio); } /** /* * Fill the locked page with data located in the block address. * Read operation is synchronous, and caller must unlock the page. */ Loading Loading @@ -367,7 +367,7 @@ int f2fs_readpage(struct f2fs_sb_info *sbi, struct page *page, return 0; } /** /* * This function should be used by the data read flow only where it * does not check the "create" flag that indicates block allocation. * The reason for this special functionality is to exploit VFS readahead Loading
fs/f2fs/debug.c +3 −3 Original line number Diff line number Diff line /** /* * f2fs debugging statistics * * Copyright (c) 2012 Samsung Electronics Co., Ltd. Loading Loading @@ -78,7 +78,7 @@ static void update_general_status(struct f2fs_sb_info *sbi) } } /** /* * This function calculates BDF of every segments */ static void update_sit_info(struct f2fs_sb_info *sbi) Loading Loading @@ -113,7 +113,7 @@ static void update_sit_info(struct f2fs_sb_info *sbi) si->avg_vblocks = 0; } /** /* * This function calculates memory footprint. */ static void update_mem_info(struct f2fs_sb_info *sbi) Loading