Lines Matching refs:err2
912 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
959 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block()
978 if (unlikely(err2)) { in ntfs_write_mst_block()
979 if (err2 != -ENOMEM) in ntfs_write_mst_block()
987 err2 = 0; in ntfs_write_mst_block()
1044 err2 = ntfs_map_runlist(ni, vcn); in ntfs_write_mst_block()
1045 if (likely(!err2)) in ntfs_write_mst_block()
1047 if (err2 == -ENOMEM) in ntfs_write_mst_block()
1049 lcn = err2; in ntfs_write_mst_block()
1051 err2 = -EIO; in ntfs_write_mst_block()
1057 err = err2; in ntfs_write_mst_block()
1079 if (err2 != -ENOMEM) { in ntfs_write_mst_block()
1149 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1151 if (unlikely(err2)) { in ntfs_write_mst_block()