Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c990 const runlist_element *xrl; in read_clusters() local
993 xrl = rl; in read_clusters()
997 count = xrl->length << vol->cluster_size_bits; in read_clusters()
998 xpos = xrl->lcn << vol->cluster_size_bits; in read_clusters()
1010 xrl++; in read_clusters()
1031 const runlist_element *xrl; in write_clusters() local
1034 xrl = rl; in write_clusters()
1038 count = xrl->length << vol->cluster_size_bits; in write_clusters()
1039 xpos = xrl->lcn << vol->cluster_size_bits; in write_clusters()
1051 xrl in write_clusters()
1171 runlist_element *xrl; valid_compressed_run() local
1393 runlist_element *xrl; ntfs_compress_overwr_free() local
[all...]
H A Dattrib.c1554 runlist_element *xrl; in split_compressed_hole() local
1568 xrl = rl; in split_compressed_hole()
1570 while (xrl->length) { in split_compressed_hole()
1571 xrl++; in split_compressed_hole()
1575 xrl[2] = *xrl; in split_compressed_hole()
1576 xrl--; in split_compressed_hole()
1577 } while (xrl != rl); in split_compressed_hole()
1597 xrl = rl; in split_compressed_hole()
1599 while (xrl in split_compressed_hole()
1625 runlist_element *xrl; split_compressed_hole() local
1780 runlist_element *xrl; global() local
2505 runlist_element *xrl; global() local
5944 runlist_element *xrl; global() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c800 runlist_element *xrl; in adjust_high_vcn() local
808 xrl = rl; in adjust_high_vcn()
809 if (xrl->length) in adjust_high_vcn()
810 xrl++; in adjust_high_vcn()
811 while ((xrl->length) && (xrl->lcn != LCN_RL_NOT_MAPPED)) in adjust_high_vcn()
812 xrl++; in adjust_high_vcn()
813 high_vcn = xrl->vcn - 1; in adjust_high_vcn()

Completed in 10 milliseconds