Lines Matching refs:err2
915 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
962 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block()
981 if (unlikely(err2)) { in ntfs_write_mst_block()
982 if (err2 != -ENOMEM) in ntfs_write_mst_block()
990 err2 = 0; in ntfs_write_mst_block()
1047 err2 = ntfs_map_runlist(ni, vcn); in ntfs_write_mst_block()
1048 if (likely(!err2)) in ntfs_write_mst_block()
1050 if (err2 == -ENOMEM) in ntfs_write_mst_block()
1052 lcn = err2; in ntfs_write_mst_block()
1054 err2 = -EIO; in ntfs_write_mst_block()
1060 err = err2; in ntfs_write_mst_block()
1082 if (err2 != -ENOMEM) { in ntfs_write_mst_block()
1152 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1154 if (unlikely(err2)) { in ntfs_write_mst_block()