Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrib.c4443 s64 lcn_seek_from; in ntfs_non_resident_attr_expand() local
4566 lcn_seek_from = -1; in ntfs_non_resident_attr_expand()
4581 lcn_seek_from = rl->lcn + rl->length; in ntfs_non_resident_attr_expand()
4588 lcn_seek_from, DATA_ZONE, false, in ntfs_non_resident_attr_expand()
4616 lcn_seek_from, DATA_ZONE, false, in ntfs_non_resident_attr_expand()
5139 s64 lcn_seek_from = -1; in ntfs_attr_map_cluster() local
5203 lcn_seek_from = rlc->lcn + rlc->length; in ntfs_attr_map_cluster()
5205 lcn_seek_from = rlc->lcn + (vcn - rlc->vcn); in ntfs_attr_map_cluster()
5210 if (lcn_seek_from == -1) { in ntfs_attr_map_cluster()
5216 lcn_seek_from = rlc->lcn - (rlc->vcn - vcn); in ntfs_attr_map_cluster()
[all …]