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

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c31 if (cc->comp_head >= cc->comp_tail)
35 (cc->comp_table[cc->comp_head][1] -
36 (cc->comp_table[cc->comp_head][0] - cc->cbuf_vcn)) * cc->spc, 0,
40 if ((cc->cbuf_vcn >= cc->comp_table[cc->comp_head][0]))
41 cc->comp_head++;
190 if (ctx->comp.comp_head != ctx->comp.comp_tail)
192 ctx->comp.comp_head = ctx->comp.comp_tail = 0;
244 while ((ctx->comp.comp_head < ctx->comp.comp_tail) && (nn))
249 ctx->comp.comp_table[ctx->comp.comp_head][0] -
258 (ctx->comp.comp_table[ctx->comp.comp_head][
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dntfs.h168 int comp_head, comp_tail; member in struct:grub_ntfs_comp

Completed in 22 milliseconds