Lines Matching refs:left
199 * On error, return -errno. Both runlists are left unmodified. The following
256 * left end of the new runlist, if necessary. Adjust the size of the hole
266 * On error, return -errno. Both runlists are left unmodified. The following
274 bool left = false; /* Left end of @src needs merging. */
290 left = ntfs_are_rl_mergeable(dst + loc - 1, src);
293 if (left)
302 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc);
309 if (left)
314 * runs in @src. However, if @left, then the first run in @src has
318 marker = loc + ssize - left + disc;
322 ntfs_rl_mc(dst, loc + disc, src, left, ssize - left);
352 * Replace the runlist element @dst at @loc with @src. Merge the left and
362 * On error, return -errno. Both runlists are left unmodified. The following
371 bool left = false; /* Left end of @src needs merging. */
379 /* First, see if the left and right ends need merging. */
383 left = ntfs_are_rl_mergeable(dst + loc - 1, src);
385 * Allocate some space. We will need less if the left, right, or both
388 delta = ssize - 1 - left - right;
399 /* First, merge the left and right ends, if necessary. */
402 if (left)
417 * runs in @src. However, if @left, then the first run in @src has
420 marker = loc + ssize - left;
424 ntfs_rl_mc(dst, loc, src, left, ssize - left);
451 * On error, return -errno. Both runlists are left unmodified. The following
511 * On error, return -errno. Both runlists are left unmodified. The following
722 * On error, return -errno. @old_rl is left unmodified in that case.
1115 * remains locked throughout, and is left locked upon return.
1307 * remains locked throughout, and is left locked upon return.