Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dattrib.c1368 CLST vcn_last = (to - 1) >> cluster_bits; in attr_load_runs_range() local
1372 for (vcn = from >> cluster_bits; vcn <= vcn_last; vcn += clen) { in attr_load_runs_range()