Searched refs:src_runlist (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_runlist.h149 ntfs_runlist *src_runlist);
H A Dntfs_runlist.c558 * @src_runlist: source runlist to merge into destination
560 * First we sanity check the two runlists @dst_runlist and @src_runlist to make
562 * @src_runlist must be either after the destination runlist @dst_runlist or
578 * Note, @src_runlist is deinitialized and the runlist element arrays of both
579 * @src_runlist and @dst_runlist are deallocated before returning so you cannot
595 errno_t ntfs_rl_merge(ntfs_runlist *dst_runlist, ntfs_runlist *src_runlist) argument
613 ntfs_debug_runlist_dump(src_runlist);
614 if (!src_runlist || !dst_runlist)
616 !src_runlist ? "source" : "destination");
617 s_rl = src_runlist
[all...]

Completed in 178 milliseconds