Searched defs:next_vcn (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | volume.c | 181 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 D | attrib.c | 618 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)) {
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | ntfs.h | 177 grub_disk_addr_t target_vcn, curr_vcn, next_vcn, curr_lcn; member in struct:grub_ntfs_rlst
|
Completed in 66 milliseconds