Searched refs:ntfs_rl_realloc (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/ntfs/ |
H A D | runlist.c | 55 * ntfs_rl_realloc - Reallocate memory for runlists 74 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, ntfs_rl_realloc() function 232 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right); ntfs_rl_append() 316 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc); ntfs_rl_insert() 404 dst = ntfs_rl_realloc(dst, dsize, dsize + delta); ntfs_rl_replace() 477 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize + 1); ntfs_rl_split() 565 drl = ntfs_rl_realloc(drl, dend, dend + 1); ntfs_runlists_merge() 1570 rl = ntfs_rl_realloc(runlist->rl, old_size, new_size); ntfs_rl_truncate_nolock() 1593 rl = ntfs_rl_realloc(runlist->rl, old_size, ntfs_rl_truncate_nolock() 1727 rl = ntfs_rl_realloc(runlist->rl, old_size, ntfs_rl_punch_nolock() 1772 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); ntfs_rl_punch_nolock() 1842 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); ntfs_rl_punch_nolock() 1877 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 2); ntfs_rl_punch_nolock()
|
Completed in 102 milliseconds