Searched refs:buffer_map (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c86 if (ctx->buffer_map [i]) {
105 ctx->buffer_map [frag] = -1;
112 ctx->buffer_map [frag] = 1;
124 * here starts the write code. All assumes that ctx->buffer_map [first] and
125 * ctx->buffer_map [last] are occupied by fragments that need to be duplicated.
138 new = ctx->buffer_map [first];
140 if (ctx->buffer_map [old] == -1)
143 if (ctx->buffer_map [old] != new)
159 new = ctx->buffer_map [last];
161 if (ctx->buffer_map [ol
[all...]
H A Dcontext.h43 FatFragment* buffer_map; member in struct:_FatOpContext
H A Dcontext.c94 ctx->buffer_map = (FatFragment*) ped_malloc (sizeof (FatFragment)
96 if (!ctx->buffer_map)
112 free (ctx->buffer_map);
122 free (ctx->buffer_map);

Completed in 27 milliseconds