Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
Dattrib.h88 extern int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size);
Dattrib.c1445 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size) in ntfs_attr_record_resize() function
1495 if (ntfs_attr_record_resize(m, a, in ntfs_resident_attr_value_resize()
1681 err = ntfs_attr_record_resize(m, a, arec_size); in ntfs_attr_make_non_resident()
1778 err2 = ntfs_attr_record_resize(m, a, arec_size); in ntfs_attr_make_non_resident()
2061 !ntfs_attr_record_resize(m, a, in ntfs_attr_extend_allocation()
2292 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_attr_extend_allocation()
2450 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.c1074 err = ntfs_attr_record_resize(m, a, mp_size + le16_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1293 if (ntfs_attr_record_resize(m, a, attr_rec_len)) { in ntfs_prepare_pages_for_non_resident_write()
Dinode.c2742 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_truncate()