Home
last modified time | relevance | path

Searched refs:ntfs_attr_extend_allocation (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dattrib.h94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
H A Dattrib.c1856 * ntfs_attr_extend_allocation - extend the allocated space of an attribute
1901 * WARNING: Do not call ntfs_attr_extend_allocation() for $MFT/$DATA.
1914 s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size, in ntfs_attr_extend_allocation() function
H A Dfile.c398 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write()
H A Dinode.c2678 * friendly helper ntfs_attr_extend_allocation(). in ntfs_truncate()
2683 err = ntfs_attr_extend_allocation(ni, new_size, in ntfs_truncate()
2686 * ntfs_attr_extend_allocation() will have done error in ntfs_truncate()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dattrib.h94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
H A Dattrib.c1856 * ntfs_attr_extend_allocation - extend the allocated space of an attribute
1901 * WARNING: Do not call ntfs_attr_extend_allocation() for $MFT/$DATA.
1914 s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size, in ntfs_attr_extend_allocation() function
H A Dfile.c391 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write()
H A Dinode.c2677 * friendly helper ntfs_attr_extend_allocation(). in ntfs_truncate()
2682 err = ntfs_attr_extend_allocation(ni, new_size, in ntfs_truncate()
2685 * ntfs_attr_extend_allocation() will have done error in ntfs_truncate()

Completed in 22 milliseconds