Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c494 runlist_element *zrl; in ntfs_inner_zero() local
505 zrl = rl; in ntfs_inner_zero()
506 pos = zrl->vcn << vol->cluster_size_bits; in ntfs_inner_zero()
507 while (zrl->length in ntfs_inner_zero()
510 for (cofs=0; cofs<zrl->length && !err; cofs++) { in ntfs_inner_zero()
524 zrl++; in ntfs_inner_zero()
525 pos = zrl->vcn << vol->cluster_size_bits; in ntfs_inner_zero()
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c1687 runlist_element *zrl; local
1695 zrl = rl;
1697 while (zrl->length && (zrl->lcn >= 0) && (allocated < endblock)) {
1698 allocated += zrl->length;
1699 zrl++;
1703 undecided = (allocated < endblock) && (zrl->lcn == LCN_RL_NOT_MAPPED);
1704 nothole = (allocated >= endblock) || (zrl->lcn != LCN_HOLE);
1740 zrl = &na->rl[irl];
1741 while (zrl
[all...]

Completed in 6 milliseconds