Lines Matching refs:error2
182 int error, error2; in hfsplus_sync_fs() local
198 error2 = filemap_write_and_wait(sbi->ext_tree->inode->i_mapping); in hfsplus_sync_fs()
200 error = error2; in hfsplus_sync_fs()
202 error2 = in hfsplus_sync_fs()
205 error = error2; in hfsplus_sync_fs()
207 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()
209 error = error2; in hfsplus_sync_fs()
223 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
227 error = error2; in hfsplus_sync_fs()
231 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
235 error2 = error; in hfsplus_sync_fs()