Searched refs:ntfs_rl_realloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/fs/ntfs/ |
A D | runlist.c | 60 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, in ntfs_rl_realloc() function 218 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right); in ntfs_rl_append() 390 dst = ntfs_rl_realloc(dst, dsize, dsize + delta); in ntfs_rl_replace() 463 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize + 1); in ntfs_rl_split() 551 drl = ntfs_rl_realloc(drl, dend, dend + 1); in ntfs_runlists_merge() 1556 rl = ntfs_rl_realloc(runlist->rl, old_size, new_size); in ntfs_rl_truncate_nolock() 1579 rl = ntfs_rl_realloc(runlist->rl, old_size, in ntfs_rl_truncate_nolock() 1713 rl = ntfs_rl_realloc(runlist->rl, old_size, in ntfs_rl_punch_nolock() 1758 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); in ntfs_rl_punch_nolock() 1828 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); in ntfs_rl_punch_nolock() [all …]
|
Completed in 5 milliseconds