Searched refs:next_vcn (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c195 if (ctx->target_vcn >= ctx->next_vcn)
200 while (ctx->target_vcn + 16 > ctx->next_vcn)
204 ctx->comp.comp_table[ctx->comp.comp_tail][0] = ctx->next_vcn;
206 ctx->curr_lcn + ctx->next_vcn - ctx->curr_vcn;
H A Dntfs.c349 ctx->curr_vcn = ctx->next_vcn;
350 ctx->next_vcn += val;
367 if (block >= ctx->next_vcn)
449 ctx->next_vcn = u32at (pa, 0x10);
451 while (ctx->next_vcn <= ctx->target_vcn)
468 (ctx->next_vcn - ctx->curr_vcn + ctx->curr_lcn) * ctx->comp.spc)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dntfs.h177 grub_disk_addr_t target_vcn, curr_vcn, next_vcn, curr_lcn; member in struct:grub_ntfs_rlst
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c181 VCN next_vcn, last_vcn, highest_vcn; local
276 highest_vcn = next_vcn = 0;
278 while (!ntfs_attr_lookup(AT_DATA, AT_UNNAMED, 0, 0, next_vcn, NULL, 0,
315 next_vcn = highest_vcn + 1;
318 if (next_vcn <= 0)
322 if (next_vcn < sle64_to_cpu(a->u.nonres.lowest_vcn)) {
H A Dattrib.c618 VCN next_vcn, last_vcn, highest_vcn; local
632 next_vcn = last_vcn = highest_vcn = 0;
638 if (ntfs_rl_vcn_to_lcn(na->rl, next_vcn) == LCN_RL_NOT_MAPPED)
642 CASE_SENSITIVE, next_vcn, NULL, 0, ctx))
657 if (!next_vcn) {
672 next_vcn = highest_vcn + 1;
675 if (next_vcn <= 0) {
681 if (next_vcn < sle64_to_cpu(a->u.nonres.lowest_vcn)) {

Completed in 42 milliseconds