Searched refs:ntfs_attr_record_resize (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/fs/ntfs/ | 
| D | attrib.h | 102 extern int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size);
  | 
| D | attrib.c | 1435 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()
  | 
| D | mft.c | 1431 	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()
  | 
| D | file.c | 1088 		err = ntfs_attr_record_resize(m, a, mp_size + le16_to_cpu(  in ntfs_prepare_pages_for_non_resident_write() 1307 		if (ntfs_attr_record_resize(m, a, attr_rec_len)) {  in ntfs_prepare_pages_for_non_resident_write()
  | 
| D | inode.c | 2750 	err = ntfs_attr_record_resize(m, a, mp_size +  in ntfs_truncate()
  |