Lines Matching refs:vcn
783 CLST zone_limit, zone_max, lcn, vcn, len; in ntfs_refresh_zone() local
802 vcn = bytes_to_cluster(sbi, in ntfs_refresh_zone()
805 if (!run_lookup_entry(&ni->file.run, vcn - 1, &lcn, &len, NULL)) in ntfs_refresh_zone()
1107 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run() local
1111 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in ntfs_sb_write_run()
1131 vcn_next = vcn + clen; in ntfs_sb_write_run()
1132 if (!run_get_entry(run, ++idx, &vcn, &lcn, &clen) || in ntfs_sb_write_run()
1133 vcn != vcn_next) in ntfs_sb_write_run()
1174 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb() local
1190 } else if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_read_run_nb()
1249 vcn_next = vcn + clen; in ntfs_read_run_nb()
1250 if (!run_get_entry(run, ++idx, &vcn, &lcn, &clen) || in ntfs_read_run_nb()
1251 vcn != vcn_next) { in ntfs_read_run_nb()
1301 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh() local
1310 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_get_bh()
1367 vcn_next = vcn + clen; in ntfs_get_bh()
1368 if (!run_get_entry(run, ++idx, &vcn, &lcn, &clen) || in ntfs_get_bh()
1369 vcn != vcn_next) { in ntfs_get_bh()
1492 CLST lcn, clen, vcn, vcn_next; in ntfs_bio_pages() local
1508 vcn = vbo >> cluster_bits; in ntfs_bio_pages()
1509 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) { in ntfs_bio_pages()
1562 vcn_next = vcn + clen; in ntfs_bio_pages()
1563 if (!run_get_entry(run, ++run_idx, &vcn, &lcn, &clen) || in ntfs_bio_pages()
1564 vcn != vcn_next) { in ntfs_bio_pages()