fs/ntfs3/attrib.c
1014
if (da && run_lookup_entry(run_da, vcn, lcn, len, NULL)) {
fs/ntfs3/attrib.c
1017
} else if (run_lookup_entry(run, vcn, lcn, len, NULL)) {
fs/ntfs3/attrib.c
104
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
fs/ntfs3/attrib.c
1103
if (run_lookup_entry(run, vcn, lcn, len, NULL)) {
fs/ntfs3/attrib.c
1196
} else if (vcn && !run_lookup_entry(run, vcn - 1, &hint, NULL, NULL)) {
fs/ntfs3/attrib.c
1216
if (!run_lookup_entry(run, vcn0, lcn, len, NULL)) {
fs/ntfs3/attrib.c
1469
if (run_lookup_entry(run, vcn, &lcn, &clen, NULL)) {
fs/ntfs3/attrib.c
1661
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
fs/ntfs3/attrib.c
1667
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx))
fs/ntfs3/attrib.c
1705
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx))
fs/ntfs3/attrib.c
1823
!run_lookup_entry(run, vcn + clst_data - 1, &hint, NULL,
fs/ntfs3/attrib.c
610
!run_lookup_entry(run, vcn, &lcn, NULL, NULL)) {
fs/ntfs3/attrib.c
965
if (!no_da && run_lookup_entry(&ni->file.run_da, vcn, lcn, len, NULL)) {
fs/ntfs3/attrib.c
968
} else if (run_lookup_entry(&ni->file.run, vcn, lcn, len, NULL)) {
fs/ntfs3/bitmap.c
554
if (!run_lookup_entry(&wnd->run, vbo >> cluster_bits,
fs/ntfs3/bitmap.c
709
if (!run_lookup_entry(&wnd->run, vbo >> sbi->cluster_bits, &lcn, &clen,
fs/ntfs3/fslog.c
4856
if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) ||
fs/ntfs3/fslog.c
4947
if (!run_lookup_entry(oa->run1, vcn, &lcn, NULL, NULL) ||
fs/ntfs3/fslog.c
5070
is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn),
fs/ntfs3/fsntfs.c
1130
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx))
fs/ntfs3/fsntfs.c
1176
if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, NULL, NULL))
fs/ntfs3/fsntfs.c
1211
} else if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
fs/ntfs3/fsntfs.c
1349
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
fs/ntfs3/fsntfs.c
1529
if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx))
fs/ntfs3/fsntfs.c
1622
if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) {
fs/ntfs3/fsntfs.c
1675
if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, &len, NULL))
fs/ntfs3/fsntfs.c
850
if (!run_lookup_entry(&ni->file.run, vcn - 1, &lcn, &len, NULL))
fs/ntfs3/index.c
391
ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
fs/ntfs3/index.c
406
ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
fs/ntfs3/ntfs_fs.h
858
bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn,
fs/ntfs3/run.c
1129
for (ok = run_lookup_entry(run, vcn, &lcn, &len, &index);