Home
last modified time | relevance | path

Searched refs:ntfs_attr_record_resize (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/ntfs/
Dattrib.h88 extern int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size);
Dattrib.c1425 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size) in ntfs_attr_record_resize() function
1475 if (ntfs_attr_record_resize(m, a, in ntfs_resident_attr_value_resize()
1661 err = ntfs_attr_record_resize(m, a, arec_size); in ntfs_attr_make_non_resident()
1758 err2 = ntfs_attr_record_resize(m, a, arec_size); in ntfs_attr_make_non_resident()
2041 !ntfs_attr_record_resize(m, a, in ntfs_attr_extend_allocation()
2272 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_attr_extend_allocation()
2430 if (ntfs_attr_record_resize(m, a, attr_len)) { in ntfs_attr_extend_allocation()
Dmft.c1426 ret = ntfs_attr_record_resize(ctx->mrec, a, mp_size + in ntfs_mft_bitmap_extend_allocation_nolock()
1542 if (ntfs_attr_record_resize(ctx->mrec, a, old_alen)) { in ntfs_mft_bitmap_extend_allocation_nolock()
1858 ret = ntfs_attr_record_resize(ctx->mrec, a, mp_size + in ntfs_mft_data_extend_allocation_nolock()
1974 if (ntfs_attr_record_resize(ctx->mrec, a, old_alen)) { in ntfs_mft_data_extend_allocation_nolock()
Dfile.c1072 err = ntfs_attr_record_resize(m, a, mp_size + le16_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1291 if (ntfs_attr_record_resize(m, a, attr_rec_len)) { in ntfs_prepare_pages_for_non_resident_write()
Dinode.c2733 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_truncate()