Searched hist:e0afc4d6d0d3e7e5a99f691bc64ae7c74bea790e (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | data.c | diff e0afc4d6d0d3e7e5a99f691bc64ae7c74bea790e Thu Dec 31 00:35:37 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce max_file_blocks in sbi
Introduce max_file_blocks in sbi to store max block index of file in f2fs, it could be used to avoid unneeded calculation of max block index in runtime.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> [Jaegeuk Kim: fix overflow of sbi->max_file_blocks] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff e0afc4d6d0d3e7e5a99f691bc64ae7c74bea790e Thu Dec 31 00:35:37 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce max_file_blocks in sbi
Introduce max_file_blocks in sbi to store max block index of file in f2fs, it could be used to avoid unneeded calculation of max block index in runtime.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> [Jaegeuk Kim: fix overflow of sbi->max_file_blocks] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff e0afc4d6d0d3e7e5a99f691bc64ae7c74bea790e Thu Dec 31 00:35:37 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce max_file_blocks in sbi
Introduce max_file_blocks in sbi to store max block index of file in f2fs, it could be used to avoid unneeded calculation of max block index in runtime.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> [Jaegeuk Kim: fix overflow of sbi->max_file_blocks] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|