Searched hist:"8 b94025c00f9171b41ba9c1696943f5c935b62ef" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | segment.h | diff 8b94025c00f9171b41ba9c1696943f5c935b62ef Sat May 22 11:39:02 CDT 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: refactor recovery logic routines
Most functions in recovery code take an argument of a super block instance or a nilfs_sb_info struct for convenience sake.
This replaces them aggressively with a nilfs object by applying __bread and __breadahead against routines using sb_bread and sb_breadahead.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | recovery.c | diff 8b94025c00f9171b41ba9c1696943f5c935b62ef Sat May 22 11:39:02 CDT 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: refactor recovery logic routines
Most functions in recovery code take an argument of a super block instance or a nilfs_sb_info struct for convenience sake.
This replaces them aggressively with a nilfs object by applying __bread and __breadahead against routines using sb_bread and sb_breadahead.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | the_nilfs.c | diff 8b94025c00f9171b41ba9c1696943f5c935b62ef Sat May 22 11:39:02 CDT 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: refactor recovery logic routines
Most functions in recovery code take an argument of a super block instance or a nilfs_sb_info struct for convenience sake.
This replaces them aggressively with a nilfs object by applying __bread and __breadahead against routines using sb_bread and sb_breadahead.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|