Searched refs:needs_recovery (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Dsuper.c2567 int needs_recovery, has_huge_files; local
2951 needs_recovery = (es->s_last_orphan != 0 ||
2972 needs_recovery = 0;
3126 err = ext4_mb_init(sb, needs_recovery);
3146 if (needs_recovery) {
3677 * Don't clear the needs_recovery flag if we failed to flush
3684 /* Journal blocked and flushed, clear needs_recovery flag. */
3703 /* Reset the needs_recovery flag before the fs is unlocked. */
H A Dmballoc.c2390 int ext4_mb_init(struct super_block *sb, int needs_recovery) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A Dsuper.c2567 int needs_recovery, has_huge_files; local
2951 needs_recovery = (es->s_last_orphan != 0 ||
2972 needs_recovery = 0;
3126 err = ext4_mb_init(sb, needs_recovery);
3146 if (needs_recovery) {
3677 * Don't clear the needs_recovery flag if we failed to flush
3684 /* Journal blocked and flushed, clear needs_recovery flag. */
3703 /* Reset the needs_recovery flag before the fs is unlocked. */
H A Dmballoc.c2390 int ext4_mb_init(struct super_block *sb, int needs_recovery) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dsuper.c1601 int needs_recovery; local
1919 needs_recovery = (es->s_last_orphan != 0 ||
2012 if (needs_recovery)
2483 * We don't want to clear needs_recovery flag when we failed
2490 /* Journal blocked and flushed, clear needs_recovery flag. */
2511 /* Reser the needs_recovery flag before the fs is unlocked. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Dsuper.c1601 int needs_recovery; local
1919 needs_recovery = (es->s_last_orphan != 0 ||
2012 if (needs_recovery)
2483 * We don't want to clear needs_recovery flag when we failed
2490 /* Journal blocked and flushed, clear needs_recovery flag. */
2511 /* Reser the needs_recovery flag before the fs is unlocked. */

Completed in 139 milliseconds