Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dattrib.c1354 CLST vcn_last = (to - 1) >> cluster_bits; in attr_load_runs_range() local
1358 for (vcn = from >> cluster_bits; vcn <= vcn_last; vcn += clen) { in attr_load_runs_range()