Searched refs:prealloc_size (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 4187 const s64 prealloc_size, unsigned int holes, bool need_lock) in ntfs_non_resident_attr_expand() argument 4226 if (prealloc_size) in ntfs_non_resident_attr_expand() 4228 ntfs_bytes_to_cluster(vol, prealloc_size + vol->cluster_size - 1); in ntfs_non_resident_attr_expand() 4453 const s64 prealloc_size, unsigned int holes) in ntfs_resident_attr_resize() argument 4530 return ntfs_non_resident_attr_expand(attr_ni, newsize, prealloc_size, holes, true); in ntfs_resident_attr_resize() 4717 int ntfs_attr_expand(struct ntfs_inode *ni, const s64 newsize, const s64 prealloc_size) in ntfs_attr_expand() argument 4746 err = ntfs_non_resident_attr_expand(ni, newsize, prealloc_size, in ntfs_attr_expand() 4750 err = ntfs_resident_attr_resize(ni, newsize, prealloc_size, in ntfs_attr_expand()
|