Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c426 static void free_common(ntfs_volume *vol, runlist_element *brl, s64 blth, in free_common() argument
432 begin_common = max(grl->vcn, brl->vcn); in free_common()
433 end_common = min(grl->vcn + glth, brl->vcn + blth); in free_common()
436 brl->lcn + begin_common - brl->vcn, in free_common()
441 (long long)(brl->lcn + begin_common in free_common()
442 - brl->vcn)); in free_common()
454 runlist_element *brl; /* Pointer to bad runlist */ in ntfs_restore_rl() local
460 for (brl=na->rl; brl in ntfs_restore_rl()
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcompress.h32 extern s64 ntfs_compressed_pwrite(ntfs_attr *na, runlist_element *brl, s64 wpos,
37 extern int ntfs_compressed_close(ntfs_attr *na, runlist_element *brl,
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c1676 runlist_element *brl; /* entry containing the beginning of block */ in ntfs_compressed_pwrite() local
1745 brl = wrl; in ntfs_compressed_pwrite()
1759 while (brl->vcn && (brl->vcn > start_vcn)) { in ntfs_compressed_pwrite()
1761 if (brl->lcn == (LCN)LCN_HOLE) { in ntfs_compressed_pwrite()
1766 brl--; in ntfs_compressed_pwrite()
1767 offs += brl->length << vol->cluster_size_bits; in ntfs_compressed_pwrite()
1769 roffs = (start_vcn - brl->vcn) << vol->cluster_size_bits; in ntfs_compressed_pwrite()
1785 - (brl->vcn << vol->cluster_size_bits); in ntfs_compressed_pwrite()
1790 if (!ntfs_read_append(na, brl, roff in ntfs_compressed_pwrite()
1877 runlist_element *brl; /* entry containing the beginning of block */ ntfs_compressed_close() local
[all...]

Completed in 4 milliseconds