Lines Matching refs:error2
179 int error, error2; in hfsplus_sync_fs() local
195 error2 = filemap_write_and_wait(sbi->ext_tree->inode->i_mapping); in hfsplus_sync_fs()
197 error = error2; in hfsplus_sync_fs()
199 error2 = in hfsplus_sync_fs()
202 error = error2; in hfsplus_sync_fs()
204 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()
206 error = error2; in hfsplus_sync_fs()
220 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
224 error = error2; in hfsplus_sync_fs()
228 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
232 error2 = error; in hfsplus_sync_fs()