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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c60 for (; ctx->buffer_offset < fs_info->frag_count; ctx->buffer_offset++) {
61 if (needs_duplicating (ctx, ctx->buffer_offset))
76 ctx->buffer_offset, length);
89 ctx->buffer_offset + i))
109 && ctx->buffer_offset + frag < old_fs_info->frag_count;
111 if (needs_duplicating (ctx, ctx->buffer_offset + frag)) {
290 ctx->remap [ctx->buffer_offset + i] = ctx->buffer_map [i];
322 PED_ASSERT (ctx->buffer_offset < old_fs_info->frag_count, return 0);
408 ctx->buffer_offset
[all...]
H A Dcontext.h41 FatFragment buffer_offset; member in struct:_FatOpContext

Completed in 33 milliseconds