Searched refs:ntfs_attr_extend_allocation (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.h | 94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
|
H A D | attrib.c | 1856 * 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 D | file.c | 398 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write()
|
H A D | inode.c | 2678 * 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 D | attrib.h | 94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
|
H A D | attrib.c | 1856 * 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 D | file.c | 391 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write()
|
H A D | inode.c | 2677 * 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