Home
last modified time | relevance | path

Searched refs:new_run (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Drun.c1165 int run_clone(const struct runs_tree *run, struct runs_tree *new_run) in run_clone() argument
1169 if (bytes > new_run->allocated) { in run_clone()
1175 kvfree(new_run->runs); in run_clone()
1176 new_run->runs = new_ptr; in run_clone()
1177 new_run->allocated = bytes; in run_clone()
1180 memcpy(new_run->runs, run->runs, bytes); in run_clone()
1181 new_run->count = run->count; in run_clone()
Dntfs_fs.h806 int run_clone(const struct runs_tree *run, struct runs_tree *new_run);