Lines Matching refs:error2
180 int error, error2; in hfsplus_sync_fs() local
196 error2 = filemap_write_and_wait(sbi->ext_tree->inode->i_mapping); in hfsplus_sync_fs()
198 error = error2; in hfsplus_sync_fs()
200 error2 = in hfsplus_sync_fs()
203 error = error2; in hfsplus_sync_fs()
205 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()
207 error = error2; in hfsplus_sync_fs()
221 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
226 error = error2; in hfsplus_sync_fs()
230 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
235 error2 = error; in hfsplus_sync_fs()