Searched defs:srl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c469 * @srl: new runlist to be merged into @drl
471 * First we sanity check the two runlists @srl and @drl to make sure that they
472 * are sensible and can be merged. The runlist @srl must be either after the
479 * There are four possible ways @srl can be merged. It can:
488 * runlists @drl and @srl are deallocated before returning so you cannot use
499 runlist_element *srl)
503 int dins; /* Index into @drl at which to insert @srl. */
513 ntfs_debug_runlist_dump(srl);
516 if (!srl)
521 drl = srl;
498 ntfs_runlists_merge(runlist_element *drl, runlist_element *srl) argument
1810 test_rl_runlists_merge(runlist_element *drl, runlist_element *srl) argument
[all...]

Completed in 24 milliseconds