Lines Matching refs:error2
178 int error, error2; in hfsplus_sync_fs() local
194 error2 = filemap_write_and_wait(sbi->ext_tree->inode->i_mapping); in hfsplus_sync_fs()
196 error = error2; in hfsplus_sync_fs()
198 error2 = in hfsplus_sync_fs()
201 error = error2; in hfsplus_sync_fs()
203 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()
205 error = error2; in hfsplus_sync_fs()
219 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
223 error = error2; in hfsplus_sync_fs()
227 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
231 error2 = error; in hfsplus_sync_fs()