Searched refs:sb_was_error (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dsuper.c45 sb->dirty = hpfs_sb(s)->sb_chkdsk > 1 - hpfs_sb(s)->sb_was_error;
46 sb->old_wrote = hpfs_sb(s)->sb_chkdsk >= 2 && !hpfs_sb(s)->sb_was_error;
64 if (!hpfs_sb(s)->sb_was_error) {
79 hpfs_sb(s)->sb_was_error = 1;
561 sbi->sb_was_error = 0;
H A Dhpfs_fn.h82 unsigned sb_was_error : 1; /* there was an error, set dirty flag */ member in struct:hpfs_sb_info

Completed in 81 milliseconds