Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c673 runlist_element *rlt; in wipe_compressed_attribute() local
683 rlt = rlc; in wipe_compressed_attribute()
684 while ((rlt - 1)->lcn == LCN_HOLE) rlt--; in wipe_compressed_attribute()
703 if (offset >= (((rlt->vcn) << in wipe_compressed_attribute()
707 size = (rlt->vcn << vol->cluster_size_bits) - offset; in wipe_compressed_attribute()
H A Dmkntfs.c1072 runlist *rl = NULL, *rlt; in allocate_scattered_clusters() local
1094 rlt = realloc(rl, rlsize); in allocate_scattered_clusters()
1095 if (!rlt) in allocate_scattered_clusters()
1097 rl = rlt; in allocate_scattered_clusters()

Completed in 8 milliseconds