Home
last modified time | relevance | path

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

/fs/ntfs/
Dattrib.h102 extern int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size);
Dattrib.c1435 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size) in ntfs_attr_record_resize() function
1485 if (ntfs_attr_record_resize(m, a, in ntfs_resident_attr_value_resize()
1671 err = ntfs_attr_record_resize(m, a, arec_size); in ntfs_attr_make_non_resident()
1768 err2 = ntfs_attr_record_resize(m, a, arec_size); in ntfs_attr_make_non_resident()
2051 !ntfs_attr_record_resize(m, a, in ntfs_attr_extend_allocation()
2282 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_attr_extend_allocation()
2440 if (ntfs_attr_record_resize(m, a, attr_len)) { in ntfs_attr_extend_allocation()
Dmft.c1431 ret = ntfs_attr_record_resize(ctx->mrec, a, mp_size + in ntfs_mft_bitmap_extend_allocation_nolock()
1547 if (ntfs_attr_record_resize(ctx->mrec, a, old_alen)) { in ntfs_mft_bitmap_extend_allocation_nolock()
1863 ret = ntfs_attr_record_resize(ctx->mrec, a, mp_size + in ntfs_mft_data_extend_allocation_nolock()
1979 if (ntfs_attr_record_resize(ctx->mrec, a, old_alen)) { in ntfs_mft_data_extend_allocation_nolock()
Dfile.c1089 err = ntfs_attr_record_resize(m, a, mp_size + le16_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1308 if (ntfs_attr_record_resize(m, a, attr_rec_len)) { in ntfs_prepare_pages_for_non_resident_write()
Dinode.c2762 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_truncate()