Lines Matching refs:err2
932 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
976 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block()
995 if (unlikely(err2)) { in ntfs_write_mst_block()
996 if (err2 != -ENOMEM) in ntfs_write_mst_block()
1004 err2 = 0; in ntfs_write_mst_block()
1061 err2 = ntfs_map_runlist(ni, vcn); in ntfs_write_mst_block()
1062 if (likely(!err2)) in ntfs_write_mst_block()
1064 if (err2 == -ENOMEM) in ntfs_write_mst_block()
1066 lcn = err2; in ntfs_write_mst_block()
1068 err2 = -EIO; in ntfs_write_mst_block()
1074 err = err2; in ntfs_write_mst_block()
1096 if (err2 != -ENOMEM) { in ntfs_write_mst_block()
1166 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1168 if (unlikely(err2)) { in ntfs_write_mst_block()