Home
last modified time | relevance | path

Searched refs:new_data_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/ntfs/
Dattrib.c1891 const s64 new_data_size, const s64 data_start) in ntfs_attr_extend_allocation() argument
1918 (unsigned long long)new_data_size, in ntfs_attr_extend_allocation()
1932 BUG_ON(new_data_size >= 0 && new_data_size > new_alloc_size); in ntfs_attr_extend_allocation()
2008 if (new_data_size < 0) in ntfs_attr_extend_allocation()
2045 if (new_data_size >= 0) { in ntfs_attr_extend_allocation()
2046 BUG_ON(new_data_size < attr_len); in ntfs_attr_extend_allocation()
2048 cpu_to_le32((u32)new_data_size); in ntfs_attr_extend_allocation()
2345 if (new_data_size >= 0) { in ntfs_attr_extend_allocation()
2346 BUG_ON(new_data_size < in ntfs_attr_extend_allocation()
2348 a->data.non_resident.data_size = cpu_to_sle64(new_data_size); in ntfs_attr_extend_allocation()
Dattrib.h95 const s64 new_data_size, const s64 data_start);