Searched refs:ntfs_rl_realloc_nofail (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | runlist.c | 84 * ntfs_rl_realloc_nofail - Reallocate memory for runlists 106 static inline runlist_element *ntfs_rl_realloc_nofail(runlist_element *rl, in ntfs_rl_realloc_nofail() function 675 drl = ntfs_rl_realloc_nofail(drl, ds, in ntfs_runlists_merge() 692 drl = ntfs_rl_realloc_nofail(drl, ds, ds + 1); in ntfs_runlists_merge()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | runlist.c | 84 * ntfs_rl_realloc_nofail - Reallocate memory for runlists 106 static inline runlist_element *ntfs_rl_realloc_nofail(runlist_element *rl, in ntfs_rl_realloc_nofail() function 675 drl = ntfs_rl_realloc_nofail(drl, ds, in ntfs_runlists_merge() 692 drl = ntfs_rl_realloc_nofail(drl, ds, ds + 1); in ntfs_runlists_merge()
|
Completed in 6 milliseconds