Home
last modified time | relevance | path

Searched refs:lcn_seek_from (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsfallocate.c597 LCN lcn_seek_from; in ntfs_inner_allocation() local
624 lcn_seek_from = -1; in ntfs_inner_allocation()
629 lcn_seek_from = prl->lcn in ntfs_inner_allocation()
640 lcn_seek_from, DATA_ZONE); in ntfs_inner_allocation()
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c1309 LCN lcn_seek_from = -1; in ntfs_attr_fill_hole() local
1371 lcn_seek_from = rlc->lcn + rlc->length; in ntfs_attr_fill_hole()
1373 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn); in ntfs_attr_fill_hole()
1377 if (lcn_seek_from == -1) { in ntfs_attr_fill_hole()
1383 lcn_seek_from = rlc->lcn - (rlc->vcn - from_vcn); in ntfs_attr_fill_hole()
1384 if (lcn_seek_from < -1) in ntfs_attr_fill_hole()
1385 lcn_seek_from = -1; in ntfs_attr_fill_hole()
1419 lcn_seek_from, DATA_ZONE); in ntfs_attr_fill_hole()
1422 lcn_seek_from, DATA_ZONE); in ntfs_attr_fill_hole()
6502 LCN lcn_seek_from; local
[all …]